kernel: make kmod-sched depend on kmod-ipt-core
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 37404
This commit is contained in:
parent
5308e258da
commit
58f50a7dbd
1 changed files with 1 additions and 1 deletions
|
@ -720,7 +720,7 @@ $(eval $(call KernelPackage,sched-esfq))
|
|||
define KernelPackage/sched
|
||||
SUBMENU:=$(NETWORK_SUPPORT_MENU)
|
||||
TITLE:=Extra traffic schedulers
|
||||
DEPENDS:=+kmod-sched-core
|
||||
DEPENDS:=+kmod-sched-core +kmod-ipt-core
|
||||
KCONFIG:= \
|
||||
CONFIG_NET_SCH_CODEL \
|
||||
CONFIG_NET_SCH_DSMARK \
|
||||
|
|
Loading…
Reference in a new issue