diff options
author | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2016-09-03 20:44:23 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2016-09-03 20:45:28 +0200 |
commit | 17503c1de144fd5afcbfa23796c3d92a5f1cfde6 (patch) | |
tree | ca4749984b9cea7d93db5b30d4032b2ded0ba08e /target/config/Config.in.runtime | |
parent | 85f641f2252073f492fe356b5130e5c1fc1f8d32 (diff) |
add basic support for s6 init system
Diffstat (limited to 'target/config/Config.in.runtime')
-rw-r--r-- | target/config/Config.in.runtime | 6 |
1 files changed, 6 insertions, 0 deletions
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 |