diff options
author | Nicolas Thill <nico@openwrt.org> | 2005-09-17 20:32:10 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2005-09-17 20:32:10 +0000 |
commit | 6cdc271d9f216a5bae99224fb33eac9280781247 (patch) | |
tree | 85f5d1c5b06828d70107dfcde6c12aee18140fc6 /package/iperf/Config.in | |
parent | 5ebafa780b780e6e3d9b621b0193126b3980195b (diff) | |
download | upstream-6cdc271d9f216a5bae99224fb33eac9280781247.tar.gz upstream-6cdc271d9f216a5bae99224fb33eac9280781247.tar.bz2 upstream-6cdc271d9f216a5bae99224fb33eac9280781247.zip |
add iperf package (thanks to Oliver Ertl)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1942 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/iperf/Config.in')
-rw-r--r-- | package/iperf/Config.in | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/package/iperf/Config.in b/package/iperf/Config.in new file mode 100644 index 0000000000..22eedef0c9 --- /dev/null +++ b/package/iperf/Config.in @@ -0,0 +1,12 @@ +config BR2_PACKAGE_IPERF + tristate "iperf - Internet Protocol bandwidth measuring tool" +# default m if CONFIG_DEVEL + default n + help + Iperf is a modern alternative for measuring TCP and UDP bandwidth + performance, allowing the tuning of various parameters and + characteristics. + + http://dast.nlanr.net/Projects/Iperf/ + + |