kernel: force CONFIG_NET_SCHED=y for fq_codel (#13360)

SVN-Revision: 36342
master
Felix Fietkau 12 years ago
parent 57b68daee9
commit a662200205
  1. 7
      target/linux/generic/patches-3.8/662-use_fq_codel_by_default.patch
  2. 7
      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---

@ -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---

Loading…
Cancel
Save