From 4eed2c6c5092ed95b8ee6d994106c54a9fc6ed3e Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Tue, 18 Jul 2017 22:01:24 +0200 Subject: Update menuconfig items with approximate applet sizes Signed-off-by: Denys Vlasenko --- miscutils/adjtimex.c | 2 +- miscutils/chat.c | 2 +- miscutils/conspy.c | 2 +- miscutils/crond.c | 2 +- miscutils/crontab.c | 2 +- miscutils/dc.c | 2 +- miscutils/devmem.c | 2 +- miscutils/fbsplash.c | 2 +- miscutils/flash_eraseall.c | 2 +- miscutils/flash_lock_unlock.c | 4 ++-- miscutils/flashcp.c | 2 +- miscutils/hdparm.c | 2 +- miscutils/i2c_tools.c | 8 ++++---- miscutils/inotifyd.c | 2 +- miscutils/less.c | 2 +- miscutils/lsscsi.c | 2 +- miscutils/makedevs.c | 2 +- miscutils/man.c | 2 +- miscutils/microcom.c | 2 +- miscutils/mt.c | 2 +- miscutils/partprobe.c | 2 +- miscutils/raidautorun.c | 2 +- miscutils/runlevel.c | 2 +- miscutils/rx.c | 2 +- miscutils/setserial.c | 2 +- miscutils/strings.c | 2 +- miscutils/time.c | 2 +- miscutils/ttysize.c | 2 +- miscutils/ubi_tools.c | 12 ++++++------ miscutils/ubirename.c | 2 +- miscutils/volname.c | 2 +- miscutils/watchdog.c | 2 +- 32 files changed, 41 insertions(+), 41 deletions(-) (limited to 'miscutils') diff --git a/miscutils/adjtimex.c b/miscutils/adjtimex.c index 6355cc1ef..c91527ffb 100644 --- a/miscutils/adjtimex.c +++ b/miscutils/adjtimex.c @@ -11,7 +11,7 @@ * Licensed under GPLv2 or later, see file LICENSE in this source tree. */ //config:config ADJTIMEX -//config: bool "adjtimex" +//config: bool "adjtimex (4.5 kb)" //config: default y //config: select PLATFORM_LINUX //config: help diff --git a/miscutils/chat.c b/miscutils/chat.c index 8df194534..a1dc753bb 100644 --- a/miscutils/chat.c +++ b/miscutils/chat.c @@ -8,7 +8,7 @@ * Licensed under GPLv2, see file LICENSE in this source tree. */ //config:config CHAT -//config: bool "chat" +//config: bool "chat (6.6 kb)" //config: default y //config: help //config: Simple chat utility. diff --git a/miscutils/conspy.c b/miscutils/conspy.c index 1f0278b47..22a6918e1 100644 --- a/miscutils/conspy.c +++ b/miscutils/conspy.c @@ -10,7 +10,7 @@ * Licensed under GPLv2 or later, see file LICENSE in this source tree. */ //config:config CONSPY -//config: bool "conspy" +//config: bool "conspy (10 kb)" //config: default y //config: select PLATFORM_LINUX //config: help diff --git a/miscutils/crond.c b/miscutils/crond.c index c0c8bef11..8d24f294c 100644 --- a/miscutils/crond.c +++ b/miscutils/crond.c @@ -9,7 +9,7 @@ * Licensed under GPLv2 or later, see file LICENSE in this source tree. */ //config:config CROND -//config: bool "crond" +//config: bool "crond (13 kb)" //config: default y //config: select FEATURE_SYSLOG //config: help diff --git a/miscutils/crontab.c b/miscutils/crontab.c index bcd424578..409307567 100644 --- a/miscutils/crontab.c +++ b/miscutils/crontab.c @@ -10,7 +10,7 @@ * Licensed under GPLv2 or later, see file LICENSE in this source tree. */ //config:config CRONTAB -//config: bool "crontab" +//config: bool "crontab (9.7 kb)" //config: default y //config: help //config: Crontab manipulates the crontab for a particular user. Only diff --git a/miscutils/dc.c b/miscutils/dc.c index 7986fef5f..d4cd49998 100644 --- a/miscutils/dc.c +++ b/miscutils/dc.c @@ -3,7 +3,7 @@ * Licensed under GPLv2 or later, see file LICENSE in this source tree. */ //config:config DC -//config: bool "dc" +//config: bool "dc (4.2 kb)" //config: default y //config: help //config: Dc is a reverse-polish desk calculator which supports unlimited diff --git a/miscutils/devmem.c b/miscutils/devmem.c index aeb32b13a..ec911a707 100644 --- a/miscutils/devmem.c +++ b/miscutils/devmem.c @@ -4,7 +4,7 @@ * Copyright (C) 2008, BusyBox Team. -solar 4/26/08 */ //config:config DEVMEM -//config: bool "devmem" +//config: bool "devmem (2.5 kb)" //config: default y //config: help //config: devmem is a small program that reads and writes from physical diff --git a/miscutils/fbsplash.c b/miscutils/fbsplash.c index fc6c9b953..4c891deb0 100644 --- a/miscutils/fbsplash.c +++ b/miscutils/fbsplash.c @@ -21,7 +21,7 @@ * "exit" (or just close fifo) - well you guessed it. */ //config:config FBSPLASH -//config: bool "fbsplash" +//config: bool "fbsplash (27 kb)" //config: default y //config: select PLATFORM_LINUX //config: help diff --git a/miscutils/flash_eraseall.c b/miscutils/flash_eraseall.c index 2a9bd6cfe..b64fda396 100644 --- a/miscutils/flash_eraseall.c +++ b/miscutils/flash_eraseall.c @@ -10,7 +10,7 @@ * Licensed under GPLv2 or later, see file LICENSE in this source tree. */ //config:config FLASH_ERASEALL -//config: bool "flash_eraseall" +//config: bool "flash_eraseall (5.5 kb)" //config: default n # doesn't build on Ubuntu 8.04 //config: help //config: The flash_eraseall binary from mtd-utils as of git head c4c6a59eb. diff --git a/miscutils/flash_lock_unlock.c b/miscutils/flash_lock_unlock.c index 003496d5b..00de3da06 100644 --- a/miscutils/flash_lock_unlock.c +++ b/miscutils/flash_lock_unlock.c @@ -4,14 +4,14 @@ * Licensed under GPLv2, see file LICENSE in this source tree. */ //config:config FLASH_LOCK -//config: bool "flash_lock" +//config: bool "flash_lock (2.1 kb)" //config: default n # doesn't build on Ubuntu 8.04 //config: help //config: The flash_lock binary from mtd-utils as of git head 5ec0c10d0. This //config: utility locks part or all of the flash device. //config: //config:config FLASH_UNLOCK -//config: bool "flash_unlock" +//config: bool "flash_unlock (1.3 kb)" //config: default n # doesn't build on Ubuntu 8.04 //config: help //config: The flash_unlock binary from mtd-utils as of git head 5ec0c10d0. This diff --git a/miscutils/flashcp.c b/miscutils/flashcp.c index 4bbc67727..f6f61cf16 100644 --- a/miscutils/flashcp.c +++ b/miscutils/flashcp.c @@ -7,7 +7,7 @@ * Licensed under GPLv2, see file LICENSE in this source tree. */ //config:config FLASHCP -//config: bool "flashcp" +//config: bool "flashcp (5.4 kb)" //config: default n # doesn't build on Ubuntu 8.04 //config: help //config: The flashcp binary, inspired by mtd-utils as of git head 5eceb74f7. diff --git a/miscutils/hdparm.c b/miscutils/hdparm.c index 84675285a..9811f33ab 100644 --- a/miscutils/hdparm.c +++ b/miscutils/hdparm.c @@ -12,7 +12,7 @@ * - by Mark Lord (C) 1994-2002 -- freely distributable */ //config:config HDPARM -//config: bool "hdparm" +//config: bool "hdparm (23 kb)" //config: default y //config: select PLATFORM_LINUX //config: help diff --git a/miscutils/i2c_tools.c b/miscutils/i2c_tools.c index 7731466f7..578613978 100644 --- a/miscutils/i2c_tools.c +++ b/miscutils/i2c_tools.c @@ -10,28 +10,28 @@ */ //config:config I2CGET -//config: bool "i2cget" +//config: bool "i2cget (5.6 kb)" //config: default y //config: select PLATFORM_LINUX //config: help //config: Read from I2C/SMBus chip registers. //config: //config:config I2CSET -//config: bool "i2cset" +//config: bool "i2cset (6.9 kb)" //config: default y //config: select PLATFORM_LINUX //config: help //config: Set I2C registers. //config: //config:config I2CDUMP -//config: bool "i2cdump" +//config: bool "i2cdump (7.2 kb)" //config: default y //config: select PLATFORM_LINUX //config: help //config: Examine I2C registers. //config: //config:config I2CDETECT -//config: bool "i2cdetect" +//config: bool "i2cdetect (7.2 kb)" //config: default y //config: select PLATFORM_LINUX //config: help diff --git a/miscutils/inotifyd.c b/miscutils/inotifyd.c index db8ddce92..2e0163e35 100644 --- a/miscutils/inotifyd.c +++ b/miscutils/inotifyd.c @@ -27,7 +27,7 @@ * See below for mask names explanation. */ //config:config INOTIFYD -//config: bool "inotifyd" +//config: bool "inotifyd (3.5 kb)" //config: default n # doesn't build on Knoppix 5 //config: help //config: Simple inotify daemon. Reports filesystem changes. Requires diff --git a/miscutils/less.c b/miscutils/less.c index 507e579c4..a4ef1518f 100644 --- a/miscutils/less.c +++ b/miscutils/less.c @@ -22,7 +22,7 @@ */ //config:config LESS -//config: bool "less" +//config: bool "less (15 kb)" //config: default y //config: help //config: 'less' is a pager, meaning that it displays text files. It possesses diff --git a/miscutils/lsscsi.c b/miscutils/lsscsi.c index 1521680ac..72fafefb0 100644 --- a/miscutils/lsscsi.c +++ b/miscutils/lsscsi.c @@ -7,7 +7,7 @@ * Licensed under GPLv2 or later, see file LICENSE in this source tree. */ //config:config LSSCSI -//config: bool "lsscsi" +//config: bool "lsscsi (2.4 kb)" //config: default y //config: #select PLATFORM_LINUX //config: help diff --git a/miscutils/makedevs.c b/miscutils/makedevs.c index f436b08f8..5f8593a0c 100644 --- a/miscutils/makedevs.c +++ b/miscutils/makedevs.c @@ -7,7 +7,7 @@ * known bugs: can't deal with alpha ranges */ //config:config MAKEDEVS -//config: bool "makedevs" +//config: bool "makedevs (9.3 kb)" //config: default y //config: help //config: 'makedevs' is a utility used to create a batch of devices with diff --git a/miscutils/man.c b/miscutils/man.c index 6a636f1ec..de6ef1961 100644 --- a/miscutils/man.c +++ b/miscutils/man.c @@ -3,7 +3,7 @@ * Licensed under GPLv2, see file LICENSE in this source tree. */ //config:config MAN -//config: bool "man" +//config: bool "man (27 kb)" //config: default y //config: help //config: Format and display manual pages. diff --git a/miscutils/microcom.c b/miscutils/microcom.c index 5a4bbefa9..436509c47 100644 --- a/miscutils/microcom.c +++ b/miscutils/microcom.c @@ -8,7 +8,7 @@ * Licensed under GPLv2, see file LICENSE in this source tree. */ //config:config MICROCOM -//config: bool "microcom" +//config: bool "microcom (5.6 kb)" //config: default y //config: help //config: The poor man's minicom utility for chatting with serial port devices. diff --git a/miscutils/mt.c b/miscutils/mt.c index 6b3169675..aec7bf775 100644 --- a/miscutils/mt.c +++ b/miscutils/mt.c @@ -3,7 +3,7 @@ * Licensed under GPLv2 or later, see file LICENSE in this source tree. */ //config:config MT -//config: bool "mt" +//config: bool "mt (2.6 kb)" //config: default y //config: help //config: mt is used to control tape devices. You can use the mt utility diff --git a/miscutils/partprobe.c b/miscutils/partprobe.c index 38831598d..787def8cd 100644 --- a/miscutils/partprobe.c +++ b/miscutils/partprobe.c @@ -5,7 +5,7 @@ * Licensed under GPLv2, see file LICENSE in this source tree. */ //config:config PARTPROBE -//config: bool "partprobe" +//config: bool "partprobe (3.6 kb)" //config: default y //config: select PLATFORM_LINUX //config: help diff --git a/miscutils/raidautorun.c b/miscutils/raidautorun.c index c6d8e6235..45e398ebf 100644 --- a/miscutils/raidautorun.c +++ b/miscutils/raidautorun.c @@ -8,7 +8,7 @@ * */ //config:config RAIDAUTORUN -//config: bool "raidautorun" +//config: bool "raidautorun (1.4 kb)" //config: default y //config: select PLATFORM_LINUX //config: help diff --git a/miscutils/runlevel.c b/miscutils/runlevel.c index b6412a6ea..79fa3c834 100644 --- a/miscutils/runlevel.c +++ b/miscutils/runlevel.c @@ -12,7 +12,7 @@ * initially busyboxified by Bernhard Reutner-Fischer */ //config:config RUNLEVEL -//config: bool "runlevel" +//config: bool "runlevel (518 bytes)" //config: default y //config: depends on FEATURE_UTMP //config: help diff --git a/miscutils/rx.c b/miscutils/rx.c index 1f6f2825c..3cf17843f 100644 --- a/miscutils/rx.c +++ b/miscutils/rx.c @@ -15,7 +15,7 @@ * This was originally written for blob and then adapted for busybox. */ //config:config RX -//config: bool "rx" +//config: bool "rx (2.9 kb)" //config: default y //config: select PLATFORM_LINUX //config: help diff --git a/miscutils/setserial.c b/miscutils/setserial.c index 8b5c4a9c7..a60950206 100644 --- a/miscutils/setserial.c +++ b/miscutils/setserial.c @@ -9,7 +9,7 @@ */ //config:config SETSERIAL -//config: bool "setserial" +//config: bool "setserial (6.6 kb)" //config: default y //config: select PLATFORM_LINUX //config: help diff --git a/miscutils/strings.c b/miscutils/strings.c index 4d9bfe690..17c047079 100644 --- a/miscutils/strings.c +++ b/miscutils/strings.c @@ -7,7 +7,7 @@ * Licensed under GPLv2 or later, see file LICENSE in this source tree. */ //config:config STRINGS -//config: bool "strings" +//config: bool "strings (4.3 kb)" //config: default y //config: help //config: strings prints the printable character sequences for each file diff --git a/miscutils/time.c b/miscutils/time.c index e377bb6b7..c443ef909 100644 --- a/miscutils/time.c +++ b/miscutils/time.c @@ -9,7 +9,7 @@ Heavily modified for busybox by Erik Andersen */ //config:config TIME -//config: bool "time" +//config: bool "time (7 kb)" //config: default y //config: help //config: The time command runs the specified program with the given arguments. diff --git a/miscutils/ttysize.c b/miscutils/ttysize.c index cba65b148..a2eeb9347 100644 --- a/miscutils/ttysize.c +++ b/miscutils/ttysize.c @@ -10,7 +10,7 @@ * Licensed under GPLv2, see file LICENSE in this source tree. */ //config:config TTYSIZE -//config: bool "ttysize" +//config: bool "ttysize (372 bytes)" //config: default y //config: help //config: A replacement for "stty size". Unlike stty, can report only width, diff --git a/miscutils/ubi_tools.c b/miscutils/ubi_tools.c index 982e3e52a..07f9a72ea 100644 --- a/miscutils/ubi_tools.c +++ b/miscutils/ubi_tools.c @@ -4,42 +4,42 @@ */ //config:config UBIATTACH -//config: bool "ubiattach" +//config: bool "ubiattach (4.7 kb)" //config: default y //config: select PLATFORM_LINUX //config: help //config: Attach MTD device to an UBI device. //config: //config:config UBIDETACH -//config: bool "ubidetach" +//config: bool "ubidetach (4.6 kb)" //config: default y //config: select PLATFORM_LINUX //config: help //config: Detach MTD device from an UBI device. //config: //config:config UBIMKVOL -//config: bool "ubimkvol" +//config: bool "ubimkvol (5.8 kb)" //config: default y //config: select PLATFORM_LINUX //config: help //config: Create a UBI volume. //config: //config:config UBIRMVOL -//config: bool "ubirmvol" +//config: bool "ubirmvol (5.2 kb)" //config: default y //config: select PLATFORM_LINUX //config: help //config: Delete a UBI volume. //config: //config:config UBIRSVOL -//config: bool "ubirsvol" +//config: bool "ubirsvol (4.6 kb)" //config: default y //config: select PLATFORM_LINUX //config: help //config: Resize a UBI volume. //config: //config:config UBIUPDATEVOL -//config: bool "ubiupdatevol" +//config: bool "ubiupdatevol (5.6 kb)" //config: default y //config: select PLATFORM_LINUX //config: help diff --git a/miscutils/ubirename.c b/miscutils/ubirename.c index 8b1c3785a..8fb42ee81 100644 --- a/miscutils/ubirename.c +++ b/miscutils/ubirename.c @@ -7,7 +7,7 @@ * Licensed under GPLv2, see file LICENSE in this source tree. */ //config:config UBIRENAME -//config: bool "ubirename" +//config: bool "ubirename (2.2 kb)" //config: default y //config: select PLATFORM_LINUX //config: help diff --git a/miscutils/volname.c b/miscutils/volname.c index 6d1addbb5..d80787f1a 100644 --- a/miscutils/volname.c +++ b/miscutils/volname.c @@ -28,7 +28,7 @@ * Matthew Stoltenberg */ //config:config VOLNAME -//config: bool "volname" +//config: bool "volname (1.7 kb)" //config: default y //config: help //config: Prints a CD-ROM volume name. diff --git a/miscutils/watchdog.c b/miscutils/watchdog.c index d379a97f4..2ef4997b1 100644 --- a/miscutils/watchdog.c +++ b/miscutils/watchdog.c @@ -9,7 +9,7 @@ * Licensed under GPLv2 or later, see file LICENSE in this source tree. */ //config:config WATCHDOG -//config: bool "watchdog" +//config: bool "watchdog (5.1 kb)" //config: default y //config: select PLATFORM_LINUX //config: help -- cgit v1.2.3