diff options
author | Denis Vlasenko | 2008-08-17 14:12:26 +0000 |
---|---|---|
committer | Denis Vlasenko | 2008-08-17 14:12:26 +0000 |
commit | c8d02aa959d3543239701d7170e0255c49ad6d9e (patch) | |
tree | dff730a0992022105fa3b2795edc1af5055dbc80 /console-tools/Config.in | |
parent | eb084779d7f3feba414d679006d4f1633451677f (diff) | |
download | busybox-c8d02aa959d3543239701d7170e0255c49ad6d9e.zip busybox-c8d02aa959d3543239701d7170e0255c49ad6d9e.tar.gz |
setfont: new applet by Vladimir
Diffstat (limited to 'console-tools/Config.in')
-rw-r--r-- | console-tools/Config.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/console-tools/Config.in b/console-tools/Config.in index 4b7f02d..efba9cd 100644 --- a/console-tools/Config.in +++ b/console-tools/Config.in @@ -95,6 +95,12 @@ config FEATURE_SETCONSOLE_LONG_OPTIONS help Support long options for the setconsole applet. +config SETFONT + bool "setfont" + default n + help + Allows to load console screen map. Useful for i18n. + config SETKEYCODES bool "setkeycodes" default n |