kernel: force CONFIG_NET_SCHED=y for fq_codel (#13360)
authorFelix Fietkau <nbd@openwrt.org>
Mon, 15 Apr 2013 20:40:29 +0000 (20:40 +0000)
committerFelix Fietkau <nbd@openwrt.org>
Mon, 15 Apr 2013 20:40:29 +0000 (20:40 +0000)
SVN-Revision: 36342

target/linux/generic/patches-3.8/662-use_fq_codel_by_default.patch
target/linux/generic/patches-3.9/662-use_fq_codel_by_default.patch

index 9fb2e2e80fb2baf150cf2bffb8878d9c70d70373..25e44ad9720c48bc3c10e5d2d8332fe656b749a2 100644 (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---
index 40cd51f5f7d8778624afdeec07712ce19c3426d7..21c5e43fdb429ebb4ab6a77df3c9f24ceede43b7 100644 (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---