projects
/
15.05
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0c6a3e3
)
kernel: add codel and fq_codel support to kmod-sched (patch by Dave Täht)
author
Felix Fietkau
<nbd@openwrt.org>
Wed, 16 May 2012 15:23:08 +0000
(15:23 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Wed, 16 May 2012 15:23:08 +0000
(15:23 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31757
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
package/kernel/modules/netsupport.mk
patch
|
blob
|
history
diff --git
a/package/kernel/modules/netsupport.mk
b/package/kernel/modules/netsupport.mk
index
06abc69
..
3264366
100644
(file)
--- a/
package/kernel/modules/netsupport.mk
+++ b/
package/kernel/modules/netsupport.mk
@@
-651,6
+651,8
@@
define KernelPackage/sched
CONFIG_NET_SCH_TBF \
CONFIG_NET_SCH_SFQ \
CONFIG_NET_SCH_TEQL \
+ CONFIG_NET_SCH_CODEL \
+ CONFIG_NET_SCH_FQ_CODEL \
CONFIG_NET_CLS=y \
CONFIG_NET_CLS_ACT=y \
CONFIG_NET_CLS_BASIC \