aboutsummaryrefslogtreecommitdiffstats
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
commita6622002056ac20f0bca61a60e8797eac2790bd9 (patch)
treef417077e4b68e22bac9558071ca0e6b77321621b
parent57b68daee99c96fd122bb7e9b39e9065f00376cc (diff)
downloadupstream-a6622002056ac20f0bca61a60e8797eac2790bd9.tar.gz
upstream-a6622002056ac20f0bca61a60e8797eac2790bd9.tar.bz2
upstream-a6622002056ac20f0bca61a60e8797eac2790bd9.zip
kernel: force CONFIG_NET_SCHED=y for fq_codel (#13360)
SVN-Revision: 36342
-rw-r--r--target/linux/generic/patches-3.8/662-use_fq_codel_by_default.patch7
-rw-r--r--target/linux/generic/patches-3.9/662-use_fq_codel_by_default.patch7
2 files changed, 10 insertions, 4 deletions
diff --git a/target/linux/generic/patches-3.8/662-use_fq_codel_by_default.patch b/target/linux/generic/patches-3.8/662-use_fq_codel_by_default.patch
index 9fb2e2e80f..25e44ad972 100644
--- a/target/linux/generic/patches-3.8/662-use_fq_codel_by_default.patch
+++ b/target/linux/generic/patches-3.8/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---
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---