Browse Source

adktest: needs busybox netcat

Waldemar Brodkorb 7 years ago
parent
commit
902c2126a8
1 changed files with 2 additions and 0 deletions
  1. 2 0
      package/adktest/Makefile

+ 2 - 0
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