diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-03-30 17:08:52 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-03-30 17:08:52 +0200 |
commit | 113a0add9081f04a0dc1f11ae47eb11fbe6b5512 (patch) | |
tree | 1fccdbefa4b3a5ffd35791f2461153e6fbbb2e1f /target/config | |
parent | 55e6021cded1fe768b6e8100a4d7b6f8d38967fb (diff) |
remove performance killer on bootup
Diffstat (limited to 'target/config')
-rw-r--r-- | target/config/Config.in.runtime | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/config/Config.in.runtime b/target/config/Config.in.runtime index a6f504a49..776a1a6f9 100644 --- a/target/config/Config.in.runtime +++ b/target/config/Config.in.runtime @@ -38,8 +38,8 @@ config ADK_RUNTIME_TIMEZONE choice prompt "Start getty or shell after bootup" -default ADK_RUNTIME_GETTY default ADK_RUNTIME_SHELL if ADK_PKG_TEST +default ADK_RUNTIME_GETTY config ADK_RUNTIME_GETTY boolean "start a getty after bootup" |