summaryrefslogtreecommitdiff
path: root/target
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-03-30 17:08:52 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2014-03-30 17:08:52 +0200
commit113a0add9081f04a0dc1f11ae47eb11fbe6b5512 (patch)
tree1fccdbefa4b3a5ffd35791f2461153e6fbbb2e1f /target
parent55e6021cded1fe768b6e8100a4d7b6f8d38967fb (diff)
remove performance killer on bootup
Diffstat (limited to 'target')
-rw-r--r--target/config/Config.in.runtime2
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"