summaryrefslogtreecommitdiff
path: root/target
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2015-01-04 18:36:06 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2015-01-04 18:37:09 +0100
commit3c153ab9dc0acad62ac6ccf08097764e11c118ba (patch)
treeb176f7f9f40f5d32f42d8eba74ade17cc54568a6 /target
parent4ba21d423f30453d47c60bb9f948d4f3a31070b7 (diff)
don't select make
Diffstat (limited to 'target')
-rw-r--r--target/appliances/test6
1 files changed, 1 insertions, 5 deletions
diff --git a/target/appliances/test b/target/appliances/test
index 96a3dd785..57b156acd 100644
--- a/target/appliances/test
+++ b/target/appliances/test
@@ -1,10 +1,6 @@
config ADK_APPLIANCE_TEST
- prompt "automatic test system appliance"
- bool
+ bool "automatic test system appliance"
select ADK_PACKAGE_ADKTEST
- select ADK_PACKAGE_UCLIBC_NG_TEST if ADK_PACKAGE_UCLIBC_NG
- select ADK_PACKAGE_UCLIBC_TEST if ADK_PACKAGE_UCLIBC
- select ADK_PACKAGE_MAKE if !ADK_TARGET_UCLINUX
select ADK_RUNTIME_START_SERVICES
select ADK_RUNTIME_START_ADKTEST
help