diff options
author | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-11-06 05:35:42 +0000 |
---|---|---|
committer | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-11-06 05:35:42 +0000 |
commit | 2fe4ed2f4b4d131562c5411fa4b6911f811c8f4f (patch) | |
tree | 4a66330de9ed7cc6d8ea8c17f0cb8aee9b0a1ed5 | |
parent | 6e416f3cec10eec0a39ea9edc7a2236041131e05 (diff) |
fix another dependency bug introduced by [2333] (last one ?)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2347 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r-- | package/wondershaper/Config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/wondershaper/Config.in b/package/wondershaper/Config.in index 7fa3c2623..8e5adfdf8 100644 --- a/package/wondershaper/Config.in +++ b/package/wondershaper/Config.in @@ -2,7 +2,7 @@ config BR2_PACKAGE_WONDERSHAPER prompt "wondershaper...................... The Wonder Shaper" tristate default m if CONFIG_DEVEL - select BR2_PACKAGE_IPROUTE2_TC + select BR2_PACKAGE_TC help WonderShaper is a tc based traffic shaping tool. |