From: Gabor Juhos <juhosg@openwrt.org>
Date: Tue, 30 Apr 2013 10:43:56 +0000 (+0000)
Subject: linux/3.{8,9}: turn on CONFIG_NET_SCH_FQ_CODEL
X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=25c45c0d53abf9a11a37b31fc6e491bdf499ddc2;p=openwrt%2Fstaging%2Fzorun.git

linux/3.{8,9}: turn on CONFIG_NET_SCH_FQ_CODEL

It is forced to 'y' since r36342.

Signed-off-by: Gabor Juhos <juhosg@openwrt.org>

SVN-Revision: 36490
---

diff --git a/target/linux/generic/config-3.8 b/target/linux/generic/config-3.8
index bdaac45fd7..6600e57e8f 100644
--- a/target/linux/generic/config-3.8
+++ b/target/linux/generic/config-3.8
@@ -1963,7 +1963,7 @@ CONFIG_NET_SCHED=y
 # CONFIG_NET_SCH_ESFQ is not set
 CONFIG_NET_SCH_ESFQ_NFCT=y
 CONFIG_NET_SCH_FIFO=y
-# CONFIG_NET_SCH_FQ_CODEL is not set
+CONFIG_NET_SCH_FQ_CODEL=y
 # CONFIG_NET_SCH_GRED is not set
 # CONFIG_NET_SCH_HFSC is not set
 # CONFIG_NET_SCH_HTB is not set
diff --git a/target/linux/generic/config-3.9 b/target/linux/generic/config-3.9
index 9515094d9f..3d117e8216 100644
--- a/target/linux/generic/config-3.9
+++ b/target/linux/generic/config-3.9
@@ -1978,7 +1978,7 @@ CONFIG_NET_SCHED=y
 # CONFIG_NET_SCH_ESFQ is not set
 CONFIG_NET_SCH_ESFQ_NFCT=y
 CONFIG_NET_SCH_FIFO=y
-# CONFIG_NET_SCH_FQ_CODEL is not set
+CONFIG_NET_SCH_FQ_CODEL=y
 # CONFIG_NET_SCH_GRED is not set
 # CONFIG_NET_SCH_HFSC is not set
 # CONFIG_NET_SCH_HTB is not set