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/ipkg | |
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/ipkg')
-rw-r--r-- | openwrt/package/iperf/ipkg/iperf.control | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/openwrt/package/iperf/ipkg/iperf.control b/openwrt/package/iperf/ipkg/iperf.control new file mode 100644 index 0000000000..3970b17d4d --- /dev/null +++ b/openwrt/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. |