aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/generic/patches-3.9
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2013-04-15 20:40:29 +0000
committerFelix Fietkau <nbd@openwrt.org>2013-04-15 20:40:29 +0000
commit58a4084d28b09ef1ab19d48af30c5fb22aea1537 (patch)
tree2f3d6f789061193bed20dfc7ea531113ae8596bb /target/linux/generic/patches-3.9
parentb5b7a2db8bfd9cb182161e8f4a6660aa52a90c9b (diff)
downloadupstream-58a4084d28b09ef1ab19d48af30c5fb22aea1537.tar.gz
upstream-58a4084d28b09ef1ab19d48af30c5fb22aea1537.tar.bz2
upstream-58a4084d28b09ef1ab19d48af30c5fb22aea1537.zip
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
Diffstat (limited to 'target/linux/generic/patches-3.9')
-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 40cd51f5f7..21c5e43fdb 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---