aboutsummaryrefslogtreecommitdiff
path: root/console-tools
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2018-12-28 03:20:17 +0100
committerDenys Vlasenko <vda.linux@googlemail.com>2018-12-28 03:20:17 +0100
commitb097a84d62dcfcf201a695b54bcfafae70cac8a6 (patch)
treec3b559a0fd4c430a92c7e1df3d6a776c894de3f0 /console-tools
parent10bde14292b3f0abbbf56aaaec16f391f12c0e64 (diff)
downloadbusybox-w32-b097a84d62dcfcf201a695b54bcfafae70cac8a6.tar.gz
busybox-w32-b097a84d62dcfcf201a695b54bcfafae70cac8a6.tar.bz2
busybox-w32-b097a84d62dcfcf201a695b54bcfafae70cac8a6.zip
config: update size information
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'console-tools')
-rw-r--r--console-tools/dumpkmap.c2
-rw-r--r--console-tools/fgconsole.c2
-rw-r--r--console-tools/kbd_mode.c2
-rw-r--r--console-tools/loadfont.c4
-rw-r--r--console-tools/loadkmap.c2
-rw-r--r--console-tools/openvt.c2
-rw-r--r--console-tools/reset.c2
-rw-r--r--console-tools/resize.c2
-rw-r--r--console-tools/setconsole.c2
-rw-r--r--console-tools/setkeycodes.c2
10 files changed, 11 insertions, 11 deletions
diff --git a/console-tools/dumpkmap.c b/console-tools/dumpkmap.c
index f1c9287b5..fd4fd5623 100644
--- a/console-tools/dumpkmap.c
+++ b/console-tools/dumpkmap.c
@@ -7,7 +7,7 @@
7 * Licensed under GPLv2 or later, see file LICENSE in this source tree. 7 * Licensed under GPLv2 or later, see file LICENSE in this source tree.
8 */ 8 */
9//config:config DUMPKMAP 9//config:config DUMPKMAP
10//config: bool "dumpkmap (1.3 kb)" 10//config: bool "dumpkmap (1.6 kb)"
11//config: default y 11//config: default y
12//config: select PLATFORM_LINUX 12//config: select PLATFORM_LINUX
13//config: help 13//config: help
diff --git a/console-tools/fgconsole.c b/console-tools/fgconsole.c
index a353becd5..554a32403 100644
--- a/console-tools/fgconsole.c
+++ b/console-tools/fgconsole.c
@@ -7,7 +7,7 @@
7 * Licensed under GPLv2 or later, see file LICENSE in this source tree. 7 * Licensed under GPLv2 or later, see file LICENSE in this source tree.
8 */ 8 */
9//config:config FGCONSOLE 9//config:config FGCONSOLE
10//config: bool "fgconsole (1.6 kb)" 10//config: bool "fgconsole (1.5 kb)"
11//config: default y 11//config: default y
12//config: select PLATFORM_LINUX 12//config: select PLATFORM_LINUX
13//config: help 13//config: help
diff --git a/console-tools/kbd_mode.c b/console-tools/kbd_mode.c
index f16449dcd..cee37ab50 100644
--- a/console-tools/kbd_mode.c
+++ b/console-tools/kbd_mode.c
@@ -9,7 +9,7 @@
9 * Licensed under GPLv2 or later, see file LICENSE in this source tree. 9 * Licensed under GPLv2 or later, see file LICENSE in this source tree.
10 */ 10 */
11//config:config KBD_MODE 11//config:config KBD_MODE
12//config: bool "kbd_mode (4 kb)" 12//config: bool "kbd_mode (4.1 kb)"
13//config: default y 13//config: default y
14//config: select PLATFORM_LINUX 14//config: select PLATFORM_LINUX
15//config: help 15//config: help
diff --git a/console-tools/loadfont.c b/console-tools/loadfont.c
index 81d0c3db4..b5d4e8f43 100644
--- a/console-tools/loadfont.c
+++ b/console-tools/loadfont.c
@@ -10,14 +10,14 @@
10 * Licensed under GPLv2, see file LICENSE in this source tree. 10 * Licensed under GPLv2, see file LICENSE in this source tree.
11 */ 11 */
12//config:config LOADFONT 12//config:config LOADFONT
13//config: bool "loadfont (5.4 kb)" 13//config: bool "loadfont (5.2 kb)"
14//config: default y 14//config: default y
15//config: select PLATFORM_LINUX 15//config: select PLATFORM_LINUX
16//config: help 16//config: help
17//config: This program loads a console font from standard input. 17//config: This program loads a console font from standard input.
18//config: 18//config:
19//config:config SETFONT 19//config:config SETFONT
20//config: bool "setfont (26 kb)" 20//config: bool "setfont (24 kb)"
21//config: default y 21//config: default y
22//config: select PLATFORM_LINUX 22//config: select PLATFORM_LINUX
23//config: help 23//config: help
diff --git a/console-tools/loadkmap.c b/console-tools/loadkmap.c
index 404aba1fb..d4981ad21 100644
--- a/console-tools/loadkmap.c
+++ b/console-tools/loadkmap.c
@@ -7,7 +7,7 @@
7 * Licensed under GPLv2 or later, see file LICENSE in this source tree. 7 * Licensed under GPLv2 or later, see file LICENSE in this source tree.
8 */ 8 */
9//config:config LOADKMAP 9//config:config LOADKMAP
10//config: bool "loadkmap (1.5 kb)" 10//config: bool "loadkmap (1.8 kb)"
11//config: default y 11//config: default y
12//config: select PLATFORM_LINUX 12//config: select PLATFORM_LINUX
13//config: help 13//config: help
diff --git a/console-tools/openvt.c b/console-tools/openvt.c
index 423122fe9..b01229a56 100644
--- a/console-tools/openvt.c
+++ b/console-tools/openvt.c
@@ -8,7 +8,7 @@
8 * Licensed under GPLv2 or later, see file LICENSE in this source tree. 8 * Licensed under GPLv2 or later, see file LICENSE in this source tree.
9 */ 9 */
10//config:config OPENVT 10//config:config OPENVT
11//config: bool "openvt (7 kb)" 11//config: bool "openvt (7.2 kb)"
12//config: default y 12//config: default y
13//config: select PLATFORM_LINUX 13//config: select PLATFORM_LINUX
14//config: help 14//config: help
diff --git a/console-tools/reset.c b/console-tools/reset.c
index 614806ba7..113bb5c76 100644
--- a/console-tools/reset.c
+++ b/console-tools/reset.c
@@ -8,7 +8,7 @@
8 * Licensed under GPLv2 or later, see file LICENSE in this source tree. 8 * Licensed under GPLv2 or later, see file LICENSE in this source tree.
9 */ 9 */
10//config:config RESET 10//config:config RESET
11//config: bool "reset (275 bytes)" 11//config: bool "reset (345 bytes)"
12//config: default y 12//config: default y
13//config: help 13//config: help
14//config: This program is used to reset the terminal screen, if it 14//config: This program is used to reset the terminal screen, if it
diff --git a/console-tools/resize.c b/console-tools/resize.c
index 8aa487c41..59d468d48 100644
--- a/console-tools/resize.c
+++ b/console-tools/resize.c
@@ -7,7 +7,7 @@
7 * Licensed under GPLv2 or later, see file LICENSE in this source tree. 7 * Licensed under GPLv2 or later, see file LICENSE in this source tree.
8 */ 8 */
9//config:config RESIZE 9//config:config RESIZE
10//config: bool "resize (756 bytes)" 10//config: bool "resize (903 bytes)"
11//config: default y 11//config: default y
12//config: help 12//config: help
13//config: This program is used to (re)set the width and height of your current 13//config: This program is used to (re)set the width and height of your current
diff --git a/console-tools/setconsole.c b/console-tools/setconsole.c
index 7f0f9c711..0bc587241 100644
--- a/console-tools/setconsole.c
+++ b/console-tools/setconsole.c
@@ -8,7 +8,7 @@
8 * Licensed under GPLv2 or later, see file LICENSE in this source tree. 8 * Licensed under GPLv2 or later, see file LICENSE in this source tree.
9 */ 9 */
10//config:config SETCONSOLE 10//config:config SETCONSOLE
11//config: bool "setconsole (3.7 kb)" 11//config: bool "setconsole (3.6 kb)"
12//config: default y 12//config: default y
13//config: select PLATFORM_LINUX 13//config: select PLATFORM_LINUX
14//config: help 14//config: help
diff --git a/console-tools/setkeycodes.c b/console-tools/setkeycodes.c
index 1363ac9d1..259946dbb 100644
--- a/console-tools/setkeycodes.c
+++ b/console-tools/setkeycodes.c
@@ -9,7 +9,7 @@
9 * Licensed under GPLv2 or later, see file LICENSE in this source tree. 9 * Licensed under GPLv2 or later, see file LICENSE in this source tree.
10 */ 10 */
11//config:config SETKEYCODES 11//config:config SETKEYCODES
12//config: bool "setkeycodes (1.7 kb)" 12//config: bool "setkeycodes (2.1 kb)"
13//config: default y 13//config: default y
14//config: select PLATFORM_LINUX 14//config: select PLATFORM_LINUX
15//config: help 15//config: help