summaryrefslogtreecommitdiff
path: root/package/ttcp/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-05-29 11:40:49 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2014-05-29 21:56:31 +0200
commitf14c1fc5515445840d2fbe3350cff0c03eae0b55 (patch)
tree7617315e619f969c13e79c1f44c2428871719357 /package/ttcp/Makefile
parent365261c9db442081290b7d21aba6201244af294d (diff)
resolve merge conflict
Diffstat (limited to 'package/ttcp/Makefile')
-rw-r--r--package/ttcp/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/package/ttcp/Makefile b/package/ttcp/Makefile
index b0915953b..c8a82e41a 100644
--- a/package/ttcp/Makefile
+++ b/package/ttcp/Makefile
@@ -6,8 +6,8 @@ include ${TOPDIR}/rules.mk
PKG_NAME:= ttcp
PKG_VERSION:= 3.8
PKG_RELEASE:= 1
-PKG_DESCR:= A small utility to test TCP connection performance
-PKG_SECTION:= net
+PKG_DESCR:= small utility to test tcp connection performance
+PKG_SECTION:= net/perf
NO_DISTFILES:= 1
@@ -19,8 +19,6 @@ CONFIG_STYLE:= manual
BUILD_STYLE:= manual
INSTALL_STYLE:= manual
-TARGET_CFLAGS+= -Wall
-
do-build:
${TARGET_CC} ${TARGET_CPPFLAGS} ${TARGET_CFLAGS} ${TARGET_LDFLAGS} \
-o ${WRKBUILD}/ttcp ${WRKBUILD}/ttcp.c