diff options
| author | Waldemar Brodkorb <wbx@openadk.org> | 2010-11-22 20:46:11 +0100 |
|---|---|---|
| committer | Waldemar Brodkorb <wbx@openadk.org> | 2010-11-22 20:46:11 +0100 |
| commit | 49a04727cbc3b62758dcb81043e5fc3f9787bd56 (patch) | |
| tree | a8a8f3d98922c3da899d3755c58a3dc06339da54 /package/busybox/config | |
| parent | 8a8ad68ca660f7fd39511eaa1c0b0296b6c202e6 (diff) | |
| parent | e4c70cd1be6723553412b615c206b5559a854df3 (diff) | |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/busybox/config')
| -rw-r--r-- | package/busybox/config/console-tools/Config.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package/busybox/config/console-tools/Config.in b/package/busybox/config/console-tools/Config.in index 7b1d3ac2e..4a86ff740 100644 --- a/package/busybox/config/console-tools/Config.in +++ b/package/busybox/config/console-tools/Config.in @@ -39,6 +39,7 @@ config BUSYBOX_DUMPKMAP config BUSYBOX_KBD_MODE bool "kbd_mode" + default y if ADK_TARGET_WITH_INPUT default n help This program reports and sets keyboard mode. @@ -51,6 +52,7 @@ config BUSYBOX_LOADFONT config BUSYBOX_LOADKMAP bool "loadkmap" + default y if ADK_TARGET_WITH_INPUT default n help This program loads a keyboard translation table from |
