summaryrefslogtreecommitdiffstats
path: root/package/iperf/Config.in
diff options
context:
space:
mode:
authornico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-09-17 20:32:10 +0000
committernico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-09-17 20:32:10 +0000
commit4497fa55a1d080bbaa7ef9047780852075eb4450 (patch)
tree85f5d1c5b06828d70107dfcde6c12aee18140fc6 /package/iperf/Config.in
parent558ac0a9fa2b223c558d5c6df63bede230ba171b (diff)
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.in12
1 files changed, 12 insertions, 0 deletions
diff --git a/package/iperf/Config.in b/package/iperf/Config.in
new file mode 100644
index 000000000..22eedef0c
--- /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/
+
+