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/Makefile | |
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/Makefile')
-rw-r--r-- | package/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/Makefile b/package/Makefile index 4386582291..067dfea82b 100644 --- a/package/Makefile +++ b/package/Makefile @@ -51,6 +51,7 @@ package-$(BR2_PACKAGE_HOSTAPD) += hostapd package-$(BR2_PACKAGE_HOWL) += howl package-$(BR2_PACKAGE_HTPDATE) += htpdate package-$(BR2_PACKAGE_ID3LIB) += id3lib +package-$(BR2_PACKAGE_IPERF) += iperf package-$(BR2_PACKAGE_IPKG) += ipkg package-$(BR2_PACKAGE_IPROUTE2) += iproute2 package-$(BR2_PACKAGE_IPSET) += ipset |