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 | c519093d573fe3f1143271ee3f98941f871891e9 (patch) | |
tree | 9ae14781fb927b1667ce710d4a2d51b7c0f6da44 /openwrt/package/ttcp/ipkg | |
parent | e1053660804d608e084d912399ff38ffe1747c20 (diff) | |
download | mtk-20170518-c519093d573fe3f1143271ee3f98941f871891e9.zip mtk-20170518-c519093d573fe3f1143271ee3f98941f871891e9.tar.gz mtk-20170518-c519093d573fe3f1143271ee3f98941f871891e9.tar.bz2 |
Convert ttcp to new packaging style, add PKG_VERSION, use TARGET_CFLAGS
SVN-Revision: 982
Diffstat (limited to 'openwrt/package/ttcp/ipkg')
-rw-r--r-- | openwrt/package/ttcp/ipkg/ttcp.control | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/openwrt/package/ttcp/ipkg/ttcp.control b/openwrt/package/ttcp/ipkg/ttcp.control new file mode 100644 index 0000000..3633ef1 --- /dev/null +++ b/openwrt/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 |