OpenWrt – Blame information for rev 3

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 # DO NOT EDIT. This file is generated from Config.src
2 #
3 # For a description of the syntax of this configuration file,
3 office 4 # see scripts/kbuild/config-language.txt.
1 office 5 #
6  
7 menu "Console Utilities"
8  
9 config BUSYBOX_CONFIG_CHVT
3 office 10 bool "chvt"
1 office 11 default BUSYBOX_DEFAULT_CHVT
12 select BUSYBOX_CONFIG_PLATFORM_LINUX
13 help
3 office 14 This program is used to change to another terminal.
15 Example: chvt 4 (change to terminal /dev/tty4)
1 office 16 config BUSYBOX_CONFIG_CLEAR
3 office 17 bool "clear"
1 office 18 default BUSYBOX_DEFAULT_CLEAR
19 help
3 office 20 This program clears the terminal screen.
1 office 21 config BUSYBOX_CONFIG_DEALLOCVT
3 office 22 bool "deallocvt"
1 office 23 default BUSYBOX_DEFAULT_DEALLOCVT
24 select BUSYBOX_CONFIG_PLATFORM_LINUX
25 help
3 office 26 This program deallocates unused virtual consoles.
1 office 27 config BUSYBOX_CONFIG_DUMPKMAP
3 office 28 bool "dumpkmap"
1 office 29 default BUSYBOX_DEFAULT_DUMPKMAP
30 select BUSYBOX_CONFIG_PLATFORM_LINUX
31 help
3 office 32 This program dumps the kernel's keyboard translation table to
33 stdout, in binary format. You can then use loadkmap to load it.
1 office 34 config BUSYBOX_CONFIG_FGCONSOLE
3 office 35 bool "fgconsole"
1 office 36 default BUSYBOX_DEFAULT_FGCONSOLE
37 select BUSYBOX_CONFIG_PLATFORM_LINUX
38 help
3 office 39 This program prints active (foreground) console number.
1 office 40 config BUSYBOX_CONFIG_KBD_MODE
3 office 41 bool "kbd_mode"
1 office 42 default BUSYBOX_DEFAULT_KBD_MODE
43 select BUSYBOX_CONFIG_PLATFORM_LINUX
44 help
3 office 45 This program reports and sets keyboard mode.
1 office 46 config BUSYBOX_CONFIG_LOADFONT
3 office 47 bool "loadfont"
1 office 48 default BUSYBOX_DEFAULT_LOADFONT
49 select BUSYBOX_CONFIG_PLATFORM_LINUX
50 help
3 office 51 This program loads a console font from standard input.
1 office 52  
53 config BUSYBOX_CONFIG_SETFONT
3 office 54 bool "setfont"
1 office 55 default BUSYBOX_DEFAULT_SETFONT
56 select BUSYBOX_CONFIG_PLATFORM_LINUX
57 help
3 office 58 Allows to load console screen map. Useful for i18n.
1 office 59  
60 config BUSYBOX_CONFIG_FEATURE_SETFONT_TEXTUAL_MAP
61 bool "Support reading textual screen maps"
62 default BUSYBOX_DEFAULT_FEATURE_SETFONT_TEXTUAL_MAP
63 depends on BUSYBOX_CONFIG_SETFONT
64 help
3 office 65 Support reading textual screen maps.
1 office 66  
67 config BUSYBOX_CONFIG_DEFAULT_SETFONT_DIR
68 string "Default directory for console-tools files"
69 default BUSYBOX_DEFAULT_DEFAULT_SETFONT_DIR
70 depends on BUSYBOX_CONFIG_SETFONT
71 help
3 office 72 Directory to use if setfont's params are simple filenames
73 (not /path/to/file or ./file). Default is "" (no default directory).
1 office 74  
75 comment "Common options for loadfont and setfont"
76 depends on BUSYBOX_CONFIG_LOADFONT || BUSYBOX_CONFIG_SETFONT
77  
78 config BUSYBOX_CONFIG_FEATURE_LOADFONT_PSF2
79 bool "Support PSF2 console fonts"
80 default BUSYBOX_DEFAULT_FEATURE_LOADFONT_PSF2
81 depends on BUSYBOX_CONFIG_LOADFONT || BUSYBOX_CONFIG_SETFONT
82  
83 config BUSYBOX_CONFIG_FEATURE_LOADFONT_RAW
84 bool "Support old (raw) console fonts"
85 default BUSYBOX_DEFAULT_FEATURE_LOADFONT_RAW
86 depends on BUSYBOX_CONFIG_LOADFONT || BUSYBOX_CONFIG_SETFONT
87 config BUSYBOX_CONFIG_LOADKMAP
3 office 88 bool "loadkmap"
1 office 89 default BUSYBOX_DEFAULT_LOADKMAP
90 select BUSYBOX_CONFIG_PLATFORM_LINUX
91 help
3 office 92 This program loads a keyboard translation table from
93 standard input.
1 office 94 config BUSYBOX_CONFIG_OPENVT
3 office 95 bool "openvt"
1 office 96 default BUSYBOX_DEFAULT_OPENVT
97 select BUSYBOX_CONFIG_PLATFORM_LINUX
98 help
3 office 99 This program is used to start a command on an unused
100 virtual terminal.
1 office 101 config BUSYBOX_CONFIG_RESET
3 office 102 bool "reset"
1 office 103 default BUSYBOX_DEFAULT_RESET
104 help
3 office 105 This program is used to reset the terminal screen, if it
106 gets messed up.
1 office 107 config BUSYBOX_CONFIG_RESIZE
3 office 108 bool "resize"
1 office 109 default BUSYBOX_DEFAULT_RESIZE
110 help
3 office 111 This program is used to (re)set the width and height of your current
112 terminal.
1 office 113  
114 config BUSYBOX_CONFIG_FEATURE_RESIZE_PRINT
115 bool "Print environment variables"
116 default BUSYBOX_DEFAULT_FEATURE_RESIZE_PRINT
117 depends on BUSYBOX_CONFIG_RESIZE
118 help
3 office 119 Prints the newly set size (number of columns and rows) of
120 the terminal.
121 E.g.:
122 COLUMNS=80;LINES=44;export COLUMNS LINES;
1 office 123 config BUSYBOX_CONFIG_SETCONSOLE
3 office 124 bool "setconsole"
1 office 125 default BUSYBOX_DEFAULT_SETCONSOLE
126 select BUSYBOX_CONFIG_PLATFORM_LINUX
127 help
3 office 128 This program redirects the system console to another device,
129 like the current tty while logged in via telnet.
1 office 130  
131 config BUSYBOX_CONFIG_FEATURE_SETCONSOLE_LONG_OPTIONS
132 bool "Enable long options"
133 default BUSYBOX_DEFAULT_FEATURE_SETCONSOLE_LONG_OPTIONS
134 depends on BUSYBOX_CONFIG_SETCONSOLE && BUSYBOX_CONFIG_LONG_OPTS
135 config BUSYBOX_CONFIG_SETKEYCODES
3 office 136 bool "setkeycodes"
1 office 137 default BUSYBOX_DEFAULT_SETKEYCODES
138 select BUSYBOX_CONFIG_PLATFORM_LINUX
139 help
3 office 140 This program loads entries into the kernel's scancode-to-keycode
141 map, allowing unusual keyboards to generate usable keycodes.
1 office 142 config BUSYBOX_CONFIG_SETLOGCONS
3 office 143 bool "setlogcons"
1 office 144 default BUSYBOX_DEFAULT_SETLOGCONS
145 select BUSYBOX_CONFIG_PLATFORM_LINUX
146 help
3 office 147 This program redirects the output console of kernel messages.
1 office 148 config BUSYBOX_CONFIG_SHOWKEY
3 office 149 bool "showkey"
1 office 150 default BUSYBOX_DEFAULT_SHOWKEY
151 select BUSYBOX_CONFIG_PLATFORM_LINUX
152 help
3 office 153 Shows keys pressed.
1 office 154  
155 endmenu