summaryrefslogtreecommitdiffstats
path: root/target/linux/generic/patches-3.9/662-use_fq_codel_by_default.patch
diff options
context:
space:
mode:
Diffstat (limited to 'target/linux/generic/patches-3.9/662-use_fq_codel_by_default.patch')
-rw-r--r--target/linux/generic/patches-3.9/662-use_fq_codel_by_default.patch7
1 files changed, 5 insertions, 2 deletions
diff --git a/target/linux/generic/patches-3.9/662-use_fq_codel_by_default.patch b/target/linux/generic/patches-3.9/662-use_fq_codel_by_default.patch
index 40cd51f5f..21c5e43fd 100644
--- a/target/linux/generic/patches-3.9/662-use_fq_codel_by_default.patch
+++ b/target/linux/generic/patches-3.9/662-use_fq_codel_by_default.patch
@@ -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---