diff options
author | Florian Fainelli <florian@openwrt.org> | 2006-02-24 04:35:51 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2006-02-24 04:35:51 +0000 |
commit | da3879b76c699c78e40254b30f6996ad318abf73 (patch) | |
tree | 2c51e917f943622b72f609c571943f41a1f41c1a /openwrt/target/linux/x86-2.6 | |
parent | bc7a2832e14d7647efeeb088f586377b5f2fde4e (diff) | |
download | mtk-20170518-da3879b76c699c78e40254b30f6996ad318abf73.zip mtk-20170518-da3879b76c699c78e40254b30f6996ad318abf73.tar.gz mtk-20170518-da3879b76c699c78e40254b30f6996ad318abf73.tar.bz2 |
Add support for sch_esfq, iproute2 support will be coming soon
SVN-Revision: 3270
Diffstat (limited to 'openwrt/target/linux/x86-2.6')
-rw-r--r-- | openwrt/target/linux/x86-2.6/config | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/openwrt/target/linux/x86-2.6/config b/openwrt/target/linux/x86-2.6/config index 339972b..db6c031 100644 --- a/openwrt/target/linux/x86-2.6/config +++ b/openwrt/target/linux/x86-2.6/config @@ -526,6 +526,7 @@ CONFIG_NET_SCH_HFSC=m CONFIG_NET_SCH_PRIO=m CONFIG_NET_SCH_RED=m CONFIG_NET_SCH_SFQ=m +CONFIG_NET_SCH_ESFQ=m CONFIG_NET_SCH_TEQL=m CONFIG_NET_SCH_TBF=m CONFIG_NET_SCH_GRED=m |