Update menuconfig items with approximate applet sizes

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
Denys Vlasenko
2017-07-18 22:01:24 +02:00
parent 483405a9b0
commit 4eed2c6c50
303 changed files with 409 additions and 379 deletions

View File

@@ -18,7 +18,7 @@
*/
//config:config AR
//config: bool "ar"
//config: bool "ar (9.5 kb)"
//config: default n # needs to be improved to be able to replace binutils ar
//config: help
//config: ar is an archival utility program used to create, modify, and

View File

@@ -237,7 +237,7 @@ char* FAST_FUNC make_new_name_generic(char *filename, const char *expected_ext)
//usage: "\n -f Overwrite"
//config:config UNCOMPRESS
//config: bool "uncompress"
//config: bool "uncompress (7.1 kb)"
//config: default n # ancient
//config: help
//config: uncompress is used to decompress archives created by compress.
@@ -312,7 +312,7 @@ int uncompress_main(int argc UNUSED_PARAM, char **argv)
//usage: "Decompress to stdout"
//config:config GUNZIP
//config: bool "gunzip"
//config: bool "gunzip (12 kb)"
//config: default y
//config: select FEATURE_GZIP_DECOMPRESS
//config: help
@@ -321,7 +321,7 @@ int uncompress_main(int argc UNUSED_PARAM, char **argv)
//config: an archive, without decompressing it.
//config:
//config:config ZCAT
//config: bool "zcat"
//config: bool "zcat (25 kb)"
//config: default y
//config: select FEATURE_GZIP_DECOMPRESS
//config: help
@@ -425,7 +425,7 @@ int gunzip_main(int argc UNUSED_PARAM, char **argv)
//usage: "Decompress to stdout"
//config:config BUNZIP2
//config: bool "bunzip2"
//config: bool "bunzip2 (8.8 kb)"
//config: default y
//config: select FEATURE_BZIP2_DECOMPRESS
//config: help
@@ -439,7 +439,7 @@ int gunzip_main(int argc UNUSED_PARAM, char **argv)
//config: should probably say N here.
//config:
//config:config BZCAT
//config: bool "bzcat"
//config: bool "bzcat (8.8 kb)"
//config: default y
//config: select FEATURE_BZIP2_DECOMPRESS
//config: help
@@ -493,7 +493,7 @@ int bunzip2_main(int argc UNUSED_PARAM, char **argv)
//usage: "Decompress to stdout"
//config:config UNLZMA
//config: bool "unlzma"
//config: bool "unlzma (8.6 kb)"
//config: default y
//config: help
//config: unlzma is a compression utility using the Lempel-Ziv-Markov chain
@@ -505,7 +505,7 @@ int bunzip2_main(int argc UNUSED_PARAM, char **argv)
//config: On an x86 system, this applet adds about 4K.
//config:
//config:config LZCAT
//config: bool "lzcat"
//config: bool "lzcat (8.5 kb)"
//config: default y
//config: help
//config: unlzma is a compression utility using the Lempel-Ziv-Markov chain
@@ -581,13 +581,13 @@ int unlzma_main(int argc UNUSED_PARAM, char **argv)
//usage: "Decompress to stdout"
//config:config UNXZ
//config: bool "unxz"
//config: bool "unxz (13 kb)"
//config: default y
//config: help
//config: unxz is a unlzma successor.
//config:
//config:config XZCAT
//config: bool "xzcat"
//config: bool "xzcat (13 kb)"
//config: default y
//config: help
//config: Alias to "unxz -c".

View File

@@ -8,7 +8,7 @@
*/
//config:config BZIP2
//config: bool "bzip2"
//config: bool "bzip2 (18 kb)"
//config: default y
//config: help
//config: bzip2 is a compression utility using the Burrows-Wheeler block

View File

@@ -15,7 +15,7 @@
#include "bb_archive.h"
//config:config CPIO
//config: bool "cpio"
//config: bool "cpio (14 kb)"
//config: default y
//config: help
//config: cpio is an archival utility program used to create, modify, and

View File

@@ -27,7 +27,7 @@
*/
//config:config DPKG
//config: bool "dpkg"
//config: bool "dpkg (44 kb)"
//config: default y
//config: select FEATURE_SEAMLESS_GZ
//config: help

View File

@@ -38,7 +38,7 @@ aa: 85.1% -- replaced with aa.gz
*/
//config:config GZIP
//config: bool "gzip"
//config: bool "gzip (19 kb)"
//config: default y
//config: help
//config: gzip is used to compress files.

View File

@@ -26,19 +26,19 @@
*/
//config:config LZOP
//config: bool "lzop"
//config: bool "lzop (13 kb)"
//config: default y
//config: help
//config: Lzop compression/decompresion.
//config:
//config:config UNLZOP
//config: bool "unlzop"
//config: bool "unlzop (13 kb)"
//config: default n # INCOMPAT: upstream lzop does not provide such tool
//config: help
//config: Lzop decompresion.
//config:
//config:config LZOPCAT
//config: bool "lzopcat"
//config: bool "lzopcat (13 kb)"
//config: default n # INCOMPAT: upstream lzop does not provide such tool
//config: help
//config: Alias to "unlzop -c".

View File

@@ -8,7 +8,7 @@
*/
//config:config RPM
//config: bool "rpm"
//config: bool "rpm (33 kb)"
//config: default y
//config: help
//config: Mini RPM applet - queries and extracts RPM packages.

View File

@@ -8,7 +8,7 @@
*/
//config:config RPM2CPIO
//config: bool "rpm2cpio"
//config: bool "rpm2cpio (20 kb)"
//config: default y
//config: help
//config: Converts a RPM file into a CPIO archive.

View File

@@ -42,7 +42,7 @@
*/
//config:config TAR
//config: bool "tar"
//config: bool "tar (40 kb)"
//config: default y
//config: help
//config: tar is an archiving program. It's commonly used with gzip to

View File

@@ -17,7 +17,7 @@
* Zip64 + other methods
*/
//config:config UNZIP
//config: bool "unzip"
//config: bool "unzip (24 kb)"
//config: default y
//config: help
//config: unzip will list or extract files from a ZIP archive,