diff options
author | Nicolas Thill <nico@openwrt.org> | 2005-11-06 05:35:42 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2005-11-06 05:35:42 +0000 |
commit | 39a47f634e4728f86dafabf201229532ec983bd9 (patch) | |
tree | 5662513f3932897cee41e52aa9c2e3d0e8bde90a /openwrt/package/wondershaper | |
parent | 339d3b489058e9fcada69e12d1128646db705dbe (diff) | |
download | mtk-20170518-39a47f634e4728f86dafabf201229532ec983bd9.zip mtk-20170518-39a47f634e4728f86dafabf201229532ec983bd9.tar.gz mtk-20170518-39a47f634e4728f86dafabf201229532ec983bd9.tar.bz2 |
fix another dependency bug introduced by [2333] (last one ?)
SVN-Revision: 2347
Diffstat (limited to 'openwrt/package/wondershaper')
-rw-r--r-- | openwrt/package/wondershaper/Config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/package/wondershaper/Config.in b/openwrt/package/wondershaper/Config.in index 7fa3c26..8e5adfd 100644 --- a/openwrt/package/wondershaper/Config.in +++ b/openwrt/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. |