diff options
author | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-09-19 22:17:02 +0000 |
---|---|---|
committer | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-09-19 22:17:02 +0000 |
commit | 4f770aeede12f640adaa6e4046f0d4d7161d464b (patch) | |
tree | 71efaeff3adb3af1fb447e42fa1148dcef296b7f | |
parent | 07751d8ad3584fe121138addd0b777aa04e4c009 (diff) |
enabled when DEVELOPER=1
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1944 3c298f89-4303-0410-b956-a3cf2f4a3e73
-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 22eedef0c..6a02f2fdc 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 |