summaryrefslogtreecommitdiff
path: root/target/config
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2020-10-17 12:24:52 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2020-10-17 12:24:52 +0200
commit15b8c2e42be0d8df9e1fe159e8afffaf2f0035ac (patch)
treecc7044f0ed8b540b3b8b01672933fd46ff71d076 /target/config
parent340384a9c14521a4b391b00d69fc6887f1812467 (diff)
remove non-functional init systems
Diffstat (limited to 'target/config')
-rw-r--r--target/config/Config.in.runtime14
1 files changed, 0 insertions, 14 deletions
diff --git a/target/config/Config.in.runtime b/target/config/Config.in.runtime
index e0432647c..b34708ecb 100644
--- a/target/config/Config.in.runtime
+++ b/target/config/Config.in.runtime
@@ -24,20 +24,6 @@ config ADK_RUNTIME_INIT_SIMPLEINIT
bool "Use a very simple init"
select ADK_PACKAGE_SIMPLEINIT
-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"
- select ADK_PACKAGE_S6
- select ADK_PACKAGE_S6_PORTABLE_UTILS
- select ADK_PACKAGE_S6_LINUX_UTILS
-
config ADK_RUNTIME_INIT_SYSTEMD
bool "Use systemd init and supervision"
select ADK_PACKAGE_SYSTEMD