kernel: force CONFIG_NET_SCHED=y for fq_codel (#13360)

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36342 3c298f89-4303-0410-b956-a3cf2f4a3e73
master
Felix Fietkau 2013-04-15 20:40:29 +00:00
parent b5b7a2db8b
commit 58a4084d28
2 changed files with 10 additions and 4 deletions

View File

@ -1,8 +1,11 @@
--- a/net/sched/Kconfig
+++ b/net/sched/Kconfig
@@ -5,6 +5,7 @@
@@ -3,8 +3,9 @@
#
menuconfig NET_SCHED
bool "QoS and/or fair queueing"
- bool "QoS and/or fair queueing"
+ def_bool y
select NET_SCH_FIFO
+ select NET_SCH_FQ_CODEL
---help---

View File

@ -1,8 +1,11 @@
--- a/net/sched/Kconfig
+++ b/net/sched/Kconfig
@@ -5,6 +5,7 @@
@@ -3,8 +3,9 @@
#
menuconfig NET_SCHED
bool "QoS and/or fair queueing"
- bool "QoS and/or fair queueing"
+ def_bool y
select NET_SCH_FIFO
+ select NET_SCH_FQ_CODEL
---help---