aboutsummaryrefslogtreecommitdiffstats
path: root/package/busybox/config/console-tools/Config.in
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2009-05-25 13:52:31 +0000
committerNicolas Thill <nico@openwrt.org>2009-05-25 13:52:31 +0000
commit9a16485900651090129f6a1ede264702a862c387 (patch)
tree0bc4ebb8729e38bff019507b3775e5ec5be54b6e /package/busybox/config/console-tools/Config.in
parent9e9ac96aeb2fff71b29828fd04c20569a775d3d6 (diff)
downloadupstream-9a16485900651090129f6a1ede264702a862c387.tar.gz
upstream-9a16485900651090129f6a1ede264702a862c387.tar.bz2
upstream-9a16485900651090129f6a1ede264702a862c387.zip
busybox: update to v1.12.4 (partially closes: #4279)
SVN-Revision: 16053
Diffstat (limited to 'package/busybox/config/console-tools/Config.in')
-rw-r--r--package/busybox/config/console-tools/Config.in12
1 files changed, 12 insertions, 0 deletions
diff --git a/package/busybox/config/console-tools/Config.in b/package/busybox/config/console-tools/Config.in
index 7f0764fbfe..02fcef49fc 100644
--- a/package/busybox/config/console-tools/Config.in
+++ b/package/busybox/config/console-tools/Config.in
@@ -95,6 +95,12 @@ config BUSYBOX_CONFIG_FEATURE_SETCONSOLE_LONG_OPTIONS
help
Support long options for the setconsole applet.
+config BUSYBOX_CONFIG_SETFONT
+ bool "setfont"
+ default n
+ help
+ Allows to load console screen map. Useful for i18n.
+
config BUSYBOX_CONFIG_SETKEYCODES
bool "setkeycodes"
default n
@@ -108,4 +114,10 @@ config BUSYBOX_CONFIG_SETLOGCONS
help
This program redirects the output console of kernel messages.
+config BUSYBOX_CONFIG_SHOWKEY
+ bool "showkey"
+ default n
+ help
+ Shows keys pressed.
+
endmenu