[package] busybox: update to v1.12.4 (partially closes: #4279)
[openwrt/svn-archive/archive.git] / package / busybox / config / console-tools / Config.in
index 7f0764fbfefeee55742ea57b59e195179947ddec..02fcef49fcae5e6c2f51dc333825282241789067 100644 (file)
@@ -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