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 | 913b0962884a890cbbcf85b81f00934d83c82e38 (patch) | |
| tree | 5ef0490201a978e29c35db58c23ce27df7d83718 | |
| parent | f17608f0b44f51589013ecda7eff1fc3d9dedd2f (diff) | |
| download | upstream-913b0962884a890cbbcf85b81f00934d83c82e38.tar.gz upstream-913b0962884a890cbbcf85b81f00934d83c82e38.tar.bz2 upstream-913b0962884a890cbbcf85b81f00934d83c82e38.zip | |
enabled when DEVELOPER=1
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@1944 3c298f89-4303-0410-b956-a3cf2f4a3e73
| -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 22eedef0c9f..6a02f2fdcfb 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 |
