kmod-sched-cake: do not build on kernel 3.18
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>
This commit is contained in:
parent
9998bc5ef7
commit
9c49c937ab
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue