diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2007-11-10 16:51:11 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2007-11-10 16:51:11 +0000 |
commit | 9fa7dc2498bbb762e9b1a6d22a48f1f9e4c1ef17 (patch) | |
tree | 6149c44bd54059b9f96a550a4b44328b71c991dd /package/busybox/config/console-tools | |
parent | 7431c1813f50563ae066c8b3a683aee3725d3ca9 (diff) |
upgrade busybox to 1.8.1
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9524 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/busybox/config/console-tools')
-rw-r--r-- | package/busybox/config/console-tools/Config.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/package/busybox/config/console-tools/Config.in b/package/busybox/config/console-tools/Config.in index 7b044ead9c..957b1d3a97 100644 --- a/package/busybox/config/console-tools/Config.in +++ b/package/busybox/config/console-tools/Config.in @@ -31,6 +31,12 @@ config BUSYBOX_CONFIG_DUMPKMAP This program dumps the kernel's keyboard translation table to stdout, in binary format. You can then use loadkmap to load it. +config BUSYBOX_CONFIG_KBD_MODE + bool "kbd_mode" + default n + help + This program reports and sets keyboard mode. + config BUSYBOX_CONFIG_LOADFONT bool "loadfont" default n |