diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-04-07 17:23:11 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-04-07 17:23:11 +0200 |
commit | f3cc98651b738ac7f2dc56ea772afa9f874b9d3b (patch) | |
tree | 02fcb02d1a7db02e09355c88e5a4f66f54079d6f /target/config/Config.in.runtime | |
parent | 5bcfd51dfd2fb526705540ec690e2798a3074e55 (diff) |
allow to enable daemons on startup via menuconfig
Diffstat (limited to 'target/config/Config.in.runtime')
-rw-r--r-- | target/config/Config.in.runtime | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/target/config/Config.in.runtime b/target/config/Config.in.runtime index 776a1a6f9..ea023d0df 100644 --- a/target/config/Config.in.runtime +++ b/target/config/Config.in.runtime @@ -7,6 +7,14 @@ config ADK_RUNTIME_HOSTNAME help Set your target hostname. +config ADK_RUNTIME_START_SERVICES + prompt "start some services by default" + boolean + default n + help + +source "target/config/Config.in.scripts" + config ADK_RUNTIME_SSH_PUBKEY string "SSH public key (root user only)" default "" |