config: update size information

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
Denys Vlasenko
2018-12-28 03:20:17 +01:00
parent 10bde14292
commit b097a84d62
262 changed files with 321 additions and 313 deletions

View File

@@ -11,7 +11,7 @@
* Licensed under GPLv2 or later, see file LICENSE in this source tree.
*/
//config:config ADJTIMEX
//config: bool "adjtimex (4.5 kb)"
//config: bool "adjtimex (4.7 kb)"
//config: default y
//config: select PLATFORM_LINUX
//config: help

View File

@@ -5,7 +5,7 @@
* Original code copyright (c) 2018 Gavin D. Howard and contributors.
*/
//config:config BC
//config: bool "bc (45 kb; 49 kb when combined with dc)"
//config: bool "bc (45 kb)"
//config: default y
//config: help
//config: bc is a command-line, arbitrary-precision calculator with a
@@ -41,7 +41,7 @@
//config: j(n, x) Bessel function of integer order n of x
//config:
//config:config DC
//config: bool "dc (38 kb; 49 kb when combined with bc)"
//config: bool "dc (36 kb)"
//config: default y
//config: help
//config: dc is a reverse-polish notation command-line calculator which

View File

@@ -7,7 +7,7 @@
* Licensed under GPLv2 or later, see file LICENSE in this source tree.
*/
//config:config BEEP
//config: bool "beep (3 kb)"
//config: bool "beep (2.4 kb)"
//config: default y
//config: select PLATFORM_LINUX
//config: help

View File

@@ -8,7 +8,7 @@
* Licensed under GPLv2, see file LICENSE in this source tree.
*/
//config:config CHAT
//config: bool "chat (6.6 kb)"
//config: bool "chat (6.3 kb)"
//config: default y
//config: help
//config: Simple chat utility.

View File

@@ -9,7 +9,7 @@
* Licensed under GPLv2 or later, see file LICENSE in this source tree.
*/
//config:config CROND
//config: bool "crond (13 kb)"
//config: bool "crond (14 kb)"
//config: default y
//config: select FEATURE_SYSLOG
//config: help

View File

@@ -10,7 +10,7 @@
* Licensed under GPLv2 or later, see file LICENSE in this source tree.
*/
//config:config CRONTAB
//config: bool "crontab (9.7 kb)"
//config: bool "crontab (10 kb)"
//config: default y
//config: help
//config: Crontab manipulates the crontab for a particular user. Only

View File

@@ -21,7 +21,7 @@
* "exit" (or just close fifo) - well you guessed it.
*/
//config:config FBSPLASH
//config: bool "fbsplash (27 kb)"
//config: bool "fbsplash (26 kb)"
//config: default y
//config: select PLATFORM_LINUX
//config: help

View File

@@ -11,7 +11,7 @@
* Licensed under GPLv2 or later, see file LICENSE in this source tree.
*/
//config:config FLASH_ERASEALL
//config: bool "flash_eraseall (5.5 kb)"
//config: bool "flash_eraseall (5.9 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.

View File

@@ -7,7 +7,7 @@
* Licensed under GPLv2, see file LICENSE in this source tree.
*/
//config:config FLASHCP
//config: bool "flashcp (5.4 kb)"
//config: bool "flashcp (5.3 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.

View File

@@ -12,7 +12,7 @@
* - by Mark Lord (C) 1994-2002 -- freely distributable
*/
//config:config HDPARM
//config: bool "hdparm (23 kb)"
//config: bool "hdparm (25 kb)"
//config: default y
//config: select PLATFORM_LINUX
//config: help

View File

@@ -4,7 +4,7 @@
* Licensed under GPLv2, see file LICENSE in this source tree.
*/
//config:config HEXEDIT
//config: bool "hexedit (20 kb)"
//config: bool "hexedit (21 kb)"
//config: default y
//config: help
//config: Edit file in hexadecimal.

View File

@@ -9,28 +9,28 @@
* Licensed under GPLv2 or later, see file LICENSE in this source tree.
*/
//config:config I2CGET
//config: bool "i2cget (5.6 kb)"
//config: bool "i2cget (5.5 kb)"
//config: default y
//config: select PLATFORM_LINUX
//config: help
//config: Read from I2C/SMBus chip registers.
//config:
//config:config I2CSET
//config: bool "i2cset (6.9 kb)"
//config: bool "i2cset (6.7 kb)"
//config: default y
//config: select PLATFORM_LINUX
//config: help
//config: Set I2C registers.
//config:
//config:config I2CDUMP
//config: bool "i2cdump (7.2 kb)"
//config: bool "i2cdump (7.1 kb)"
//config: default y
//config: select PLATFORM_LINUX
//config: help
//config: Examine I2C registers.
//config:
//config:config I2CDETECT
//config: bool "i2cdetect (7.2 kb)"
//config: bool "i2cdetect (7.1 kb)"
//config: default y
//config: select PLATFORM_LINUX
//config: help

View File

@@ -27,7 +27,7 @@
* See below for mask names explanation.
*/
//config:config INOTIFYD
//config: bool "inotifyd (3.5 kb)"
//config: bool "inotifyd (3.6 kb)"
//config: default n # doesn't build on Knoppix 5
//config: help
//config: Simple inotify daemon. Reports filesystem changes. Requires

View File

@@ -20,7 +20,7 @@
* redirected input has been read from stdin
*/
//config:config LESS
//config: bool "less (15 kb)"
//config: bool "less (16 kb)"
//config: default y
//config: help
//config: 'less' is a pager, meaning that it displays text files. It possesses

View File

@@ -7,7 +7,7 @@
* Licensed under GPLv2 or later, see file LICENSE in this source tree.
*/
//config:config LSSCSI
//config: bool "lsscsi (2.4 kb)"
//config: bool "lsscsi (2.5 kb)"
//config: default y
//config: #select PLATFORM_LINUX
//config: help

View File

@@ -7,7 +7,7 @@
* known bugs: can't deal with alpha ranges
*/
//config:config MAKEDEVS
//config: bool "makedevs (9.3 kb)"
//config: bool "makedevs (9.2 kb)"
//config: default y
//config: help
//config: 'makedevs' is a utility used to create a batch of devices with

View File

@@ -3,7 +3,7 @@
* Licensed under GPLv2, see file LICENSE in this source tree.
*/
//config:config MAN
//config: bool "man (27 kb)"
//config: bool "man (26 kb)"
//config: default y
//config: help
//config: Format and display manual pages.

View File

@@ -8,7 +8,7 @@
* Licensed under GPLv2, see file LICENSE in this source tree.
*/
//config:config MICROCOM
//config: bool "microcom (5.6 kb)"
//config: bool "microcom (5.7 kb)"
//config: default y
//config: help
//config: The poor man's minicom utility for chatting with serial port devices.

View File

@@ -3,7 +3,7 @@
* Licensed under GPLv2 or later, see file LICENSE in this source tree.
*/
//config:config MT
//config: bool "mt (2.6 kb)"
//config: bool "mt (2.5 kb)"
//config: default y
//config: help
//config: mt is used to control tape devices. You can use the mt utility

View File

@@ -8,14 +8,14 @@
* TODO: add support for large (>4GB) MTD devices
*/
//config:config NANDWRITE
//config: bool "nandwrite (5.9 kb)"
//config: bool "nandwrite (4.8 kb)"
//config: default y
//config: select PLATFORM_LINUX
//config: help
//config: Write to the specified MTD device, with bad blocks awareness
//config:
//config:config NANDDUMP
//config: bool "nanddump (6.3 kb)"
//config: bool "nanddump (5.2 kb)"
//config: default y
//config: select PLATFORM_LINUX
//config: help

View File

@@ -5,7 +5,7 @@
* Licensed under GPLv2, see file LICENSE in this source tree.
*/
//config:config PARTPROBE
//config: bool "partprobe (3.6 kb)"
//config: bool "partprobe (3.5 kb)"
//config: default y
//config: select PLATFORM_LINUX
//config: help

View File

@@ -7,7 +7,7 @@
* Licensed under GPLv2 or later, see file LICENSE in this source tree.
*/
//config:config RAIDAUTORUN
//config: bool "raidautorun (1.4 kb)"
//config: bool "raidautorun (1.3 kb)"
//config: default y
//config: select PLATFORM_LINUX
//config: help

View File

@@ -10,7 +10,7 @@
* Licensed under GPLv2 or later, see file LICENSE in this source tree.
*/
//config:config READAHEAD
//config: bool "readahead (2 kb)"
//config: bool "readahead (1.5 kb)"
//config: default y
//config: depends on LFS
//config: select PLATFORM_LINUX

View File

@@ -7,7 +7,7 @@
* Licensed under GPLv2 or later, see file LICENSE in this source tree.
*/
//config:config RFKILL
//config: bool "rfkill (5.3 kb)"
//config: bool "rfkill (4.4 kb)"
//config: default n # doesn't build on Ubuntu 9.04
//config: select PLATFORM_LINUX
//config: help

View File

@@ -12,7 +12,7 @@
* initially busyboxified by Bernhard Reutner-Fischer
*/
//config:config RUNLEVEL
//config: bool "runlevel (518 bytes)"
//config: bool "runlevel (559 bytes)"
//config: default y
//config: depends on FEATURE_UTMP
//config: help

View File

@@ -6,7 +6,7 @@
* Licensed under GPLv2, see file LICENSE in this source tree.
*/
//config:config SETFATTR
//config: bool "setfattr (3.6 kb)"
//config: bool "setfattr (3.7 kb)"
//config: default y
//config: help
//config: Set/delete extended attributes on files

View File

@@ -8,7 +8,7 @@
* Licensed under GPLv2 or later, see file LICENSE in this source tree.
*/
//config:config SETSERIAL
//config: bool "setserial (6.6 kb)"
//config: bool "setserial (6.9 kb)"
//config: default y
//config: select PLATFORM_LINUX
//config: help

View File

@@ -7,7 +7,7 @@
* Licensed under GPLv2 or later, see file LICENSE in this source tree.
*/
//config:config STRINGS
//config: bool "strings (4.3 kb)"
//config: bool "strings (4.6 kb)"
//config: default y
//config: help
//config: strings prints the printable character sequences for each file

View File

@@ -10,7 +10,7 @@
* Heavily modified for busybox by Erik Andersen <andersen@codepoet.org>
*/
//config:config TIME
//config: bool "time (7 kb)"
//config: bool "time (6.8 kb)"
//config: default y
//config: help
//config: The time command runs the specified program with the given arguments.

View File

@@ -10,7 +10,7 @@
* Licensed under GPLv2, see file LICENSE in this source tree.
*/
//config:config TTYSIZE
//config: bool "ttysize (372 bytes)"
//config: bool "ttysize (432 bytes)"
//config: default y
//config: help
//config: A replacement for "stty size". Unlike stty, can report only width,

View File

@@ -4,42 +4,42 @@
* Licensed under GPLv2, see file LICENSE in this source tree.
*/
//config:config UBIATTACH
//config: bool "ubiattach (4.7 kb)"
//config: bool "ubiattach (4.2 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 (4.6 kb)"
//config: bool "ubidetach (4.1 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 (5.8 kb)"
//config: bool "ubimkvol (5.3 kb)"
//config: default y
//config: select PLATFORM_LINUX
//config: help
//config: Create a UBI volume.
//config:
//config:config UBIRMVOL
//config: bool "ubirmvol (5.2 kb)"
//config: bool "ubirmvol (4.9 kb)"
//config: default y
//config: select PLATFORM_LINUX
//config: help
//config: Delete a UBI volume.
//config:
//config:config UBIRSVOL
//config: bool "ubirsvol (4.6 kb)"
//config: bool "ubirsvol (4.2 kb)"
//config: default y
//config: select PLATFORM_LINUX
//config: help
//config: Resize a UBI volume.
//config:
//config:config UBIUPDATEVOL
//config: bool "ubiupdatevol (5.6 kb)"
//config: bool "ubiupdatevol (5.2 kb)"
//config: default y
//config: select PLATFORM_LINUX
//config: help

View File

@@ -7,7 +7,7 @@
* Licensed under GPLv2, see file LICENSE in this source tree.
*/
//config:config UBIRENAME
//config: bool "ubirename (2.2 kb)"
//config: bool "ubirename (2.4 kb)"
//config: default y
//config: select PLATFORM_LINUX
//config: help

View File

@@ -28,7 +28,7 @@
* Matthew Stoltenberg <d3matt@gmail.com>
*/
//config:config VOLNAME
//config: bool "volname (1.7 kb)"
//config: bool "volname (1.6 kb)"
//config: default y
//config: help
//config: Prints a CD-ROM volume name.

View File

@@ -9,7 +9,7 @@
* Licensed under GPLv2 or later, see file LICENSE in this source tree.
*/
//config:config WATCHDOG
//config: bool "watchdog (5.1 kb)"
//config: bool "watchdog (5.3 kb)"
//config: default y
//config: select PLATFORM_LINUX
//config: help