projects
/
openwrt
/
staging
/
yousong.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9998bc5
)
kmod-sched-cake: do not build on kernel 3.18
author
Hauke Mehrtens
<hauke@hauke-m.de>
Sun, 25 Dec 2016 14:15:55 +0000
(15:15 +0100)
committer
Hauke Mehrtens
<hauke@hauke-m.de>
Sun, 25 Dec 2016 14:15:55 +0000
(15:15 +0100)
kmod-sched-cake does not build on kernel 3.18, so add the dependency to
not even try.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
package/kernel/kmod-sched-cake/Makefile
patch
|
blob
|
history
diff --git
a/package/kernel/kmod-sched-cake/Makefile
b/package/kernel/kmod-sched-cake/Makefile
index b81010ef5cfffe9e2014a2b78d468dbbda3fa31b..519278db1c79159872a7567a41eac4a722d10303 100644
(file)
--- a/
package/kernel/kmod-sched-cake/Makefile
+++ b/
package/kernel/kmod-sched-cake/Makefile
@@
-26,7
+26,7
@@
define KernelPackage/sched-cake
URL:=https://github.com/dtaht/sch_cake
FILES:=$(PKG_BUILD_DIR)/sch_cake.ko
AUTOLOAD:=$(call AutoLoad,75,sch_cake)
- DEPENDS:=+kmod-ipt-conntrack
+ DEPENDS:=+kmod-ipt-conntrack
@!LINUX_3_18
endef
include $(INCLUDE_DIR)/kernel-defaults.mk