diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-06-27 18:17:51 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-06-27 18:18:07 +0200 |
commit | 120fa5a3bfee8bdbdf2441cdd1b5aff0e4513db4 (patch) | |
tree | 580cd6c1f4c3c8a392b4473581844f5a5dc768c5 /target/collections | |
parent | e31aa3edfc7f6508e73b30d76bb1c82a4b5e8b2d (diff) |
rework service startup, do not hardcode into postinst scripts
Diffstat (limited to 'target/collections')
-rw-r--r-- | target/collections/xbmcbox | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/target/collections/xbmcbox b/target/collections/xbmcbox index baf2794e2..33bee606b 100644 --- a/target/collections/xbmcbox +++ b/target/collections/xbmcbox @@ -18,6 +18,11 @@ config ADK_PKG_XBMCBOX select ADK_QUIET_KERNEL select ADK_RUNTIME_QUIET_INIT select ADK_TARGET_GPU_MEM_128 + select ADK_RUNTIME_START_SERVICES + select ADK_RUNTIME_START_DROPBEAR + select ADK_RUNTIME_START_BUSYBOX_NTPD + select ADK_RUNTIME_START_BUSYBOX_SYSLOGD + select ADK_RUNTIME_START_XBMC help Create a small xbmc box. |