summaryrefslogtreecommitdiff
path: root/package/adktest
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@uclibc-ng.org>2016-10-09 14:15:30 +0200
committerWaldemar Brodkorb <wbx@uclibc-ng.org>2016-10-09 14:16:15 +0200
commit902c2126a8d7b1545f15a5b62194e1362e870c36 (patch)
treecf19dd01af1e39e41d7ac017da6d8fc1fc3bd409 /package/adktest
parent676af341c2b42c0374836c5c76f8303b94e7f6f1 (diff)
adktest: needs busybox netcat
Diffstat (limited to 'package/adktest')
-rw-r--r--package/adktest/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/package/adktest/Makefile b/package/adktest/Makefile
index 81c473bcf..3e1ad35c3 100644
--- a/package/adktest/Makefile
+++ b/package/adktest/Makefile
@@ -10,6 +10,8 @@ PKG_DESCR:= helper tools and scripts for qemu testing
PKG_SECTION:= base/tests
PKG_URL:= http://openadk.org/
+PKG_CFLINE_ADKTEST:= select BUSYBOX_NC
+
NO_DISTFILES:= 1
include $(ADK_TOPDIR)/mk/package.mk