projects
/
openwrt
/
staging
/
ynezz.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4257508
)
kernel: add the token bucket filter to kmod-sched (#6681)
author
Jo-Philipp Wich
<jow@openwrt.org>
Fri, 19 Feb 2010 01:56:10 +0000
(
01:56
+0000)
committer
Jo-Philipp Wich
<jow@openwrt.org>
Fri, 19 Feb 2010 01:56:10 +0000
(
01:56
+0000)
SVN-Revision: 19723
package/kernel/modules/netsupport.mk
patch
|
blob
|
history
diff --git
a/package/kernel/modules/netsupport.mk
b/package/kernel/modules/netsupport.mk
index 9e9cdcbb637a3ecd05c7067df70093b7f361e533..16a8378ada452f368d5bd9ec9dc365871e4d95e2 100644
(file)
--- a/
package/kernel/modules/netsupport.mk
+++ b/
package/kernel/modules/netsupport.mk
@@
-568,6
+568,7
@@
define KernelPackage/sched
CONFIG_NET_SCH_INGRESS \
CONFIG_NET_SCH_PRIO \
CONFIG_NET_SCH_RED \
+ CONFIG_NET_SCH_TBF \
CONFIG_NET_SCH_SFQ \
CONFIG_NET_SCH_TEQL \
CONFIG_NET_CLS=y \