OpenWrt – Diff between revs 2 and 3

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