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 | b997d07ee87438601de19eaf53584ba450c47e4a (patch) | |
tree | 71efaeff3adb3af1fb447e42fa1148dcef296b7f /package/iperf | |
parent | bca94ff30c34a65273a4555dfbad24824ff7b718 (diff) | |
download | upstream-b997d07ee87438601de19eaf53584ba450c47e4a.tar.gz upstream-b997d07ee87438601de19eaf53584ba450c47e4a.tar.bz2 upstream-b997d07ee87438601de19eaf53584ba450c47e4a.zip |
enabled when DEVELOPER=1
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1944 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/iperf')
-rw-r--r-- | package/iperf/Config.in | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/package/iperf/Config.in b/package/iperf/Config.in index 22eedef0c9..6a02f2fdcf 100644 --- a/package/iperf/Config.in +++ b/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 |