From 17503c1de144fd5afcbfa23796c3d92a5f1cfde6 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sat, 3 Sep 2016 20:44:23 +0200 Subject: add basic support for s6 init system --- target/config/Config.in.runtime | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'target') diff --git a/target/config/Config.in.runtime b/target/config/Config.in.runtime index 607c62d68..278cbb4c2 100644 --- a/target/config/Config.in.runtime +++ b/target/config/Config.in.runtime @@ -15,6 +15,12 @@ default ADK_RUNTIME_INIT_SYSV config ADK_RUNTIME_INIT_SYSV bool "Use busybox init" +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_SIMPLEINIT bool "Use a very simple init" select ADK_PACKAGE_SIMPLEINIT -- cgit v1.2.3