projects
/
openwrt
/
staging
/
robimarko.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
54edbfa
)
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)
SVN-Revision: 31757
package/kernel/modules/netsupport.mk
patch
|
blob
|
history
diff --git
a/package/kernel/modules/netsupport.mk
b/package/kernel/modules/netsupport.mk
index 06abc69af38c2e55cb08f2a2411b9a8894caa5da..326436610e87c9455873a2a8d9c9190163cbe568 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 \