diff options
author | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-02-24 04:35:51 +0000 |
---|---|---|
committer | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-02-24 04:35:51 +0000 |
commit | b570fcc8fc069b5ed5295c79fd25ce87734e5797 (patch) | |
tree | 0bba5b06c8f8febc863e09d9e6eb7e1b4ae4bc7f /openwrt/target/linux/aruba-2.6/config | |
parent | 5ddd435116e1fd6798200c25de4167a14a74768b (diff) |
Add support for sch_esfq, iproute2 support will be coming soon
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@3270 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/target/linux/aruba-2.6/config')
-rw-r--r-- | openwrt/target/linux/aruba-2.6/config | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/openwrt/target/linux/aruba-2.6/config b/openwrt/target/linux/aruba-2.6/config index f560d7e4b..3274728f3 100644 --- a/openwrt/target/linux/aruba-2.6/config +++ b/openwrt/target/linux/aruba-2.6/config @@ -411,6 +411,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 |