diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2015-02-14 11:41:49 -0600 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2015-02-17 23:19:55 -0600 |
commit | c1178ff40470683a1b7a7d0ab1e1f459a0f3dff5 (patch) | |
tree | d4afe30b4473124ee02b897976e8a1e8a627e887 /target/config | |
parent | 26156aafe511edbdf7f6f9c9a729db47ffa06012 (diff) |
fix kbd setup
Diffstat (limited to 'target/config')
-rw-r--r-- | target/config/Config.in.runtime | 3 |
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" |