aboutsummaryrefslogtreecommitdiffstats
path: root/package/kernel/modules/netsupport.mk
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2010-02-19 01:56:10 +0000
committerJo-Philipp Wich <jow@openwrt.org>2010-02-19 01:56:10 +0000
commit5ebe347f075cd1d41bceb3d344c77960b5db08ba (patch)
tree022cf92c109a39356cb28c4802ff864a66d36476 /package/kernel/modules/netsupport.mk
parent4257508e117ec5b5cfa64f176a627087386a3d93 (diff)
downloadupstream-5ebe347f075cd1d41bceb3d344c77960b5db08ba.tar.gz
upstream-5ebe347f075cd1d41bceb3d344c77960b5db08ba.tar.bz2
upstream-5ebe347f075cd1d41bceb3d344c77960b5db08ba.zip
kernel: add the token bucket filter to kmod-sched (#6681)
SVN-Revision: 19723
Diffstat (limited to 'package/kernel/modules/netsupport.mk')
-rw-r--r--package/kernel/modules/netsupport.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/kernel/modules/netsupport.mk b/package/kernel/modules/netsupport.mk
index 9e9cdcbb63..16a8378ada 100644
--- 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 \