aboutsummaryrefslogtreecommitdiffstats
path: root/package/iperf/ipkg
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2005-09-17 20:32:10 +0000
committerNicolas Thill <nico@openwrt.org>2005-09-17 20:32:10 +0000
commit6cdc271d9f216a5bae99224fb33eac9280781247 (patch)
tree85f5d1c5b06828d70107dfcde6c12aee18140fc6 /package/iperf/ipkg
parent5ebafa780b780e6e3d9b621b0193126b3980195b (diff)
downloadupstream-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/ipkg')
-rw-r--r--package/iperf/ipkg/iperf.control10
1 files changed, 10 insertions, 0 deletions
diff --git a/package/iperf/ipkg/iperf.control b/package/iperf/ipkg/iperf.control
new file mode 100644
index 0000000000..3970b17d4d
--- /dev/null
+++ b/package/iperf/ipkg/iperf.control
@@ -0,0 +1,10 @@
+Package: iperf
+Priority: optional
+Section: net
+Maintainer: OpenWrt Developers Team <openwrt-devel@openwrt.org>, Oliver Ertl <oliver@ertl-net.net>
+Source: http://openwrt.org/cgi-bin/viewcvs.cgi/openwrt/package/iperf/
+Depends: uclibc++
+Description: Internet Protocol bandwidth measuring tool.
+ Iperf is a modern alternative for measuring TCP and UDP bandwidth
+ performance, allowing the tuning of various parameters and
+ characteristics.