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

SVN-Revision: 36342
This commit is contained in:
Felix Fietkau 2013-04-15 20:40:29 +00:00
parent 57b68daee9
commit a662200205
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---