diff options
author | Nicolas Thill <nico@openwrt.org> | 2005-05-19 23:08:46 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2005-05-19 23:08:46 +0000 |
commit | bbcc022db79282d67a89d5e2f754b05ec5f40027 (patch) | |
tree | 5053900bc4e21b9074183cfe81df705cb0abb6ab /package/ttcp/ipkg | |
parent | f128c27cd9087eea38e4a0f15c96d4f8281e6f4c (diff) | |
download | upstream-bbcc022db79282d67a89d5e2f754b05ec5f40027.tar.gz upstream-bbcc022db79282d67a89d5e2f754b05ec5f40027.tar.bz2 upstream-bbcc022db79282d67a89d5e2f754b05ec5f40027.zip |
Convert ttcp to new packaging style, add PKG_VERSION, use TARGET_CFLAGS
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@982 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/ttcp/ipkg')
-rw-r--r-- | package/ttcp/ipkg/ttcp.control | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/package/ttcp/ipkg/ttcp.control b/package/ttcp/ipkg/ttcp.control new file mode 100644 index 0000000000..3633ef1df9 --- /dev/null +++ b/package/ttcp/ipkg/ttcp.control @@ -0,0 +1,6 @@ +Package: ttcp +Priority: optional +Section: net +Maintainer: Felix Fietkau <nbd@vd-s.ath.cx> +Source: buildroot internal +Description: A small utility to test TCP connection performance |