summaryrefslogtreecommitdiff
path: root/target/linux
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2013-04-30 10:43:56 +0000
committerGabor Juhos <juhosg@openwrt.org>2013-04-30 10:43:56 +0000
commit25c45c0d53abf9a11a37b31fc6e491bdf499ddc2 (patch)
treece674fa13d613f97bbff2b608c919736def7ea4f /target/linux
parenteff12a630deaee621749bd8acd6dc6f9dfe267a2 (diff)
downloadmtk-20170518-25c45c0d53abf9a11a37b31fc6e491bdf499ddc2.zip
mtk-20170518-25c45c0d53abf9a11a37b31fc6e491bdf499ddc2.tar.gz
mtk-20170518-25c45c0d53abf9a11a37b31fc6e491bdf499ddc2.tar.bz2
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
Diffstat (limited to 'target/linux')
-rw-r--r--target/linux/generic/config-3.82
-rw-r--r--target/linux/generic/config-3.92
2 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/generic/config-3.8 b/target/linux/generic/config-3.8
index bdaac45..6600e57 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 9515094..3d117e8 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