diff options
| author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2013-04-15 20:40:29 +0000 | 
|---|---|---|
| committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2013-04-15 20:40:29 +0000 | 
| commit | 2502a034e44ae53d5af3088ebdd74f6c29ad2dc6 (patch) | |
| tree | 2f3d6f789061193bed20dfc7ea531113ae8596bb | |
| parent | 91718a50f4e50bbd57e64bc36c148d2731b51670 (diff) | |
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
| -rw-r--r-- | target/linux/generic/patches-3.8/662-use_fq_codel_by_default.patch | 7 | ||||
| -rw-r--r-- | target/linux/generic/patches-3.9/662-use_fq_codel_by_default.patch | 7 | 
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 9fb2e2e80..25e44ad97 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 40cd51f5f..21c5e43fd 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--- | 
