sched-cake-oot: add missing constraints for kernel 4.9

This commit is contained in:
AmadeusGhost 2020-07-25 11:05:20 +08:00
parent 0d97b0b124
commit 9faa9fbacf

View File

@ -26,7 +26,7 @@ define KernelPackage/sched-cake-oot
URL:=https://github.com/dtaht/sch_cake
FILES:=$(PKG_BUILD_DIR)/sch_cake.ko
AUTOLOAD:=$(call AutoLoad,75,sch_cake)
DEPENDS:=@LINUX_4_14 +kmod-sched-core +kmod-ipt-conntrack
DEPENDS:=@(LINUX_4_9||LINUX_4_14) +kmod-sched-core +kmod-ipt-conntrack
endef
define KernelPackage/sched-cake-oot/description