diff options
author | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-09-17 20:32:10 +0000 |
---|---|---|
committer | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-09-17 20:32:10 +0000 |
commit | 224b8710f0404447584044042d2a597bfbb3219d (patch) | |
tree | 7aa508dbb01ba23e0536e87d4a0c688ee18b65bd /openwrt/package/iperf/Config.in | |
parent | b3c10251c748aee78afe240eb9b26a63554b349f (diff) |
add iperf package (thanks to Oliver Ertl)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@1942 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/package/iperf/Config.in')
-rw-r--r-- | openwrt/package/iperf/Config.in | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/openwrt/package/iperf/Config.in b/openwrt/package/iperf/Config.in new file mode 100644 index 000000000..22eedef0c --- /dev/null +++ b/openwrt/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/ + + |