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 | 1e9a652aca56c80af1f4d971b5f820196245801e (patch) | |
| tree | 5ef0490201a978e29c35db58c23ce27df7d83718 | |
| parent | 0800cd044f35288aa09297e8fbdf530884143868 (diff) | |
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 22eedef0c..6a02f2fdc 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   | 
