From 15b8c2e42be0d8df9e1fe159e8afffaf2f0035ac Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sat, 17 Oct 2020 12:24:52 +0200 Subject: remove non-functional init systems --- target/config/Config.in.runtime | 14 -------------- 1 file changed, 14 deletions(-) (limited to 'target/config/Config.in.runtime') 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 -- cgit v1.2.3