diff options
author | Nicolas Thill <nico@openwrt.org> | 2005-09-19 22:17:02 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2005-09-19 22:17:02 +0000 |
commit | d05b208b72cd613dc77bb956fb3ee9a0e2533de0 (patch) | |
tree | 5ef0490201a978e29c35db58c23ce27df7d83718 /openwrt | |
parent | 794ba215efedd9e1de00592782ad568991359cfe (diff) | |
download | mtk-20170518-d05b208b72cd613dc77bb956fb3ee9a0e2533de0.zip mtk-20170518-d05b208b72cd613dc77bb956fb3ee9a0e2533de0.tar.gz mtk-20170518-d05b208b72cd613dc77bb956fb3ee9a0e2533de0.tar.bz2 |
enabled when DEVELOPER=1
SVN-Revision: 1944
Diffstat (limited to 'openwrt')
-rw-r--r-- | openwrt/package/iperf/Config.in | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/openwrt/package/iperf/Config.in b/openwrt/package/iperf/Config.in index 22eedef..6a02f2f 100644 --- a/openwrt/package/iperf/Config.in +++ b/openwrt/package/iperf/Config.in @@ -1,7 +1,6 @@ config BR2_PACKAGE_IPERF tristate "iperf - Internet Protocol bandwidth measuring tool" -# default m if CONFIG_DEVEL - default n + default m if CONFIG_DEVEL help Iperf is a modern alternative for measuring TCP and UDP bandwidth performance, allowing the tuning of various parameters and |