summaryrefslogtreecommitdiff
path: root/target/config
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2015-02-14 11:41:49 -0600
committerWaldemar Brodkorb <wbx@openadk.org>2015-02-17 23:19:55 -0600
commitc1178ff40470683a1b7a7d0ab1e1f459a0f3dff5 (patch)
treed4afe30b4473124ee02b897976e8a1e8a627e887 /target/config
parent26156aafe511edbdf7f6f9c9a729db47ffa06012 (diff)
fix kbd setup
Diffstat (limited to 'target/config')
-rw-r--r--target/config/Config.in.runtime3
1 files changed, 2 insertions, 1 deletions
diff --git a/target/config/Config.in.runtime b/target/config/Config.in.runtime
index 03919ccb7..6e6e29aaa 100644
--- a/target/config/Config.in.runtime
+++ b/target/config/Config.in.runtime
@@ -186,9 +186,10 @@ config ADK_RUNTIME_CONSOLE_SERIAL_SPEED
config ADK_RUNTIME_KBD_LAYOUT
string "keyboard layout for the embedded system"
depends on ADK_TARGET_WITH_INPUT
- default ""
+ default "de-latin1-nodeadkeys"
help
Predefine the keyboard layout for the embedded system.
+ For example use de-latin1-nodeadkeys.
choice
prompt "initial login shell for the root user"