summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@uclibc-ng.org>2014-12-25 21:26:21 +0100
committerWaldemar Brodkorb <wbx@uclibc-ng.org>2014-12-25 21:26:21 +0100
commit7a2b1036646f3e7c41fdda17b7b2936c74f30183 (patch)
tree760418bcb3f89c5c1b3354ca5db1e7687dc44037
parentf24dddde47ae6e1994235ac914b44e9e34c7552d (diff)
start service on boot
-rw-r--r--target/appliances/test2
1 files changed, 2 insertions, 0 deletions
diff --git a/target/appliances/test b/target/appliances/test
index ecccb4aba..c102846e5 100644
--- a/target/appliances/test
+++ b/target/appliances/test
@@ -4,6 +4,8 @@ config ADK_APPLIANCE_TEST
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_RUNTIME_START_SERVICES
+ select ADK_RUNTIME_START_ADKTEST
help
Create a small appliance for automatic testing.