From a6622002056ac20f0bca61a60e8797eac2790bd9 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Mon, 15 Apr 2013 20:40:29 +0000 Subject: kernel: force CONFIG_NET_SCHED=y for fq_codel (#13360) SVN-Revision: 36342 --- target/linux/generic/patches-3.8/662-use_fq_codel_by_default.patch | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'target/linux/generic/patches-3.8/662-use_fq_codel_by_default.patch') 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 9fb2e2e..25e44ad 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--- -- cgit v1.1