summaryrefslogtreecommitdiff
path: root/target
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2016-10-29 07:51:09 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2016-10-29 07:51:39 +0200
commit443fb793aab5aa894bcd5fde604bd143c1d88fcc (patch)
treec9103b58442025d53cae8477d16909b0eff146d1 /target
parent096d864673cabe27bd88fe29e9040374c9f407f6 (diff)
sysvinit: add experimental support for non busybox init
Diffstat (limited to 'target')
-rw-r--r--target/config/Config.in.runtime12
1 files changed, 11 insertions, 1 deletions
diff --git a/target/config/Config.in.runtime b/target/config/Config.in.runtime
index 09c78bbf9..0acafbd16 100644
--- a/target/config/Config.in.runtime
+++ b/target/config/Config.in.runtime
@@ -10,10 +10,19 @@ config ADK_RUNTIME_HOSTNAME
choice
prompt "init system"
depends on !ADK_APPLIANCE_TOOLCHAIN
-default ADK_RUNTIME_INIT_SYSV
+default ADK_RUNTIME_INIT_SYSV if ADK_PACKAGE_BUSYBOX
config ADK_RUNTIME_INIT_SYSV
bool "Use busybox init"
+ depends on ADK_PACKAGE_BUSYBOX
+
+config ADK_RUNTIME_INIT_SYSVINIT
+ bool "Use system V init"
+ select ADK_PACKAGE_SYSVINIT
+ select ADK_PACKAGE_AGETTY
+ select ADK_PACKAGE_GAWK
+ select ADK_PACKAGE_IP
+ select ADK_PACKAGE_MOUNT
config ADK_RUNTIME_INIT_S6
bool "Use s6 init and supervision"
@@ -42,6 +51,7 @@ config ADK_RUNTIME_DEV_MDEV
bool "Use mdev"
select ADK_KERNEL_DEVTMPFS
select ADK_KERNEL_DEVTMPFS_MOUNT
+ depends on ADK_PACKAGE_BUSYBOX
config ADK_RUNTIME_DEV_UDEV
bool "Use udev"