diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2017-07-18 22:01:24 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2017-07-18 22:01:24 +0200 |
commit | 4eed2c6c5092ed95b8ee6d994106c54a9fc6ed3e (patch) | |
tree | 133b5d5ad9f27d12a913057540d1e877c4bb1436 /archival | |
parent | 483405a9b0df6ea14344b1144959be1debef925e (diff) | |
download | busybox-w32-4eed2c6c5092ed95b8ee6d994106c54a9fc6ed3e.tar.gz busybox-w32-4eed2c6c5092ed95b8ee6d994106c54a9fc6ed3e.tar.bz2 busybox-w32-4eed2c6c5092ed95b8ee6d994106c54a9fc6ed3e.zip |
Update menuconfig items with approximate applet sizes
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'archival')
-rw-r--r-- | archival/ar.c | 2 | ||||
-rw-r--r-- | archival/bbunzip.c | 18 | ||||
-rw-r--r-- | archival/bzip2.c | 2 | ||||
-rw-r--r-- | archival/cpio.c | 2 | ||||
-rw-r--r-- | archival/dpkg.c | 2 | ||||
-rw-r--r-- | archival/gzip.c | 2 | ||||
-rw-r--r-- | archival/lzop.c | 6 | ||||
-rw-r--r-- | archival/rpm.c | 2 | ||||
-rw-r--r-- | archival/rpm2cpio.c | 2 | ||||
-rw-r--r-- | archival/tar.c | 2 | ||||
-rw-r--r-- | archival/unzip.c | 2 |
11 files changed, 21 insertions, 21 deletions
diff --git a/archival/ar.c b/archival/ar.c index d119c75ad..969b6f2bc 100644 --- a/archival/ar.c +++ b/archival/ar.c | |||
@@ -18,7 +18,7 @@ | |||
18 | */ | 18 | */ |
19 | 19 | ||
20 | //config:config AR | 20 | //config:config AR |
21 | //config: bool "ar" | 21 | //config: bool "ar (9.5 kb)" |
22 | //config: default n # needs to be improved to be able to replace binutils ar | 22 | //config: default n # needs to be improved to be able to replace binutils ar |
23 | //config: help | 23 | //config: help |
24 | //config: ar is an archival utility program used to create, modify, and | 24 | //config: ar is an archival utility program used to create, modify, and |
diff --git a/archival/bbunzip.c b/archival/bbunzip.c index b3b85b5d9..786a81f2c 100644 --- a/archival/bbunzip.c +++ b/archival/bbunzip.c | |||
@@ -237,7 +237,7 @@ char* FAST_FUNC make_new_name_generic(char *filename, const char *expected_ext) | |||
237 | //usage: "\n -f Overwrite" | 237 | //usage: "\n -f Overwrite" |
238 | 238 | ||
239 | //config:config UNCOMPRESS | 239 | //config:config UNCOMPRESS |
240 | //config: bool "uncompress" | 240 | //config: bool "uncompress (7.1 kb)" |
241 | //config: default n # ancient | 241 | //config: default n # ancient |
242 | //config: help | 242 | //config: help |
243 | //config: uncompress is used to decompress archives created by compress. | 243 | //config: uncompress is used to decompress archives created by compress. |
@@ -312,7 +312,7 @@ int uncompress_main(int argc UNUSED_PARAM, char **argv) | |||
312 | //usage: "Decompress to stdout" | 312 | //usage: "Decompress to stdout" |
313 | 313 | ||
314 | //config:config GUNZIP | 314 | //config:config GUNZIP |
315 | //config: bool "gunzip" | 315 | //config: bool "gunzip (12 kb)" |
316 | //config: default y | 316 | //config: default y |
317 | //config: select FEATURE_GZIP_DECOMPRESS | 317 | //config: select FEATURE_GZIP_DECOMPRESS |
318 | //config: help | 318 | //config: help |
@@ -321,7 +321,7 @@ int uncompress_main(int argc UNUSED_PARAM, char **argv) | |||
321 | //config: an archive, without decompressing it. | 321 | //config: an archive, without decompressing it. |
322 | //config: | 322 | //config: |
323 | //config:config ZCAT | 323 | //config:config ZCAT |
324 | //config: bool "zcat" | 324 | //config: bool "zcat (25 kb)" |
325 | //config: default y | 325 | //config: default y |
326 | //config: select FEATURE_GZIP_DECOMPRESS | 326 | //config: select FEATURE_GZIP_DECOMPRESS |
327 | //config: help | 327 | //config: help |
@@ -425,7 +425,7 @@ int gunzip_main(int argc UNUSED_PARAM, char **argv) | |||
425 | //usage: "Decompress to stdout" | 425 | //usage: "Decompress to stdout" |
426 | 426 | ||
427 | //config:config BUNZIP2 | 427 | //config:config BUNZIP2 |
428 | //config: bool "bunzip2" | 428 | //config: bool "bunzip2 (8.8 kb)" |
429 | //config: default y | 429 | //config: default y |
430 | //config: select FEATURE_BZIP2_DECOMPRESS | 430 | //config: select FEATURE_BZIP2_DECOMPRESS |
431 | //config: help | 431 | //config: help |
@@ -439,7 +439,7 @@ int gunzip_main(int argc UNUSED_PARAM, char **argv) | |||
439 | //config: should probably say N here. | 439 | //config: should probably say N here. |
440 | //config: | 440 | //config: |
441 | //config:config BZCAT | 441 | //config:config BZCAT |
442 | //config: bool "bzcat" | 442 | //config: bool "bzcat (8.8 kb)" |
443 | //config: default y | 443 | //config: default y |
444 | //config: select FEATURE_BZIP2_DECOMPRESS | 444 | //config: select FEATURE_BZIP2_DECOMPRESS |
445 | //config: help | 445 | //config: help |
@@ -493,7 +493,7 @@ int bunzip2_main(int argc UNUSED_PARAM, char **argv) | |||
493 | //usage: "Decompress to stdout" | 493 | //usage: "Decompress to stdout" |
494 | 494 | ||
495 | //config:config UNLZMA | 495 | //config:config UNLZMA |
496 | //config: bool "unlzma" | 496 | //config: bool "unlzma (8.6 kb)" |
497 | //config: default y | 497 | //config: default y |
498 | //config: help | 498 | //config: help |
499 | //config: unlzma is a compression utility using the Lempel-Ziv-Markov chain | 499 | //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) | |||
505 | //config: On an x86 system, this applet adds about 4K. | 505 | //config: On an x86 system, this applet adds about 4K. |
506 | //config: | 506 | //config: |
507 | //config:config LZCAT | 507 | //config:config LZCAT |
508 | //config: bool "lzcat" | 508 | //config: bool "lzcat (8.5 kb)" |
509 | //config: default y | 509 | //config: default y |
510 | //config: help | 510 | //config: help |
511 | //config: unlzma is a compression utility using the Lempel-Ziv-Markov chain | 511 | //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) | |||
581 | //usage: "Decompress to stdout" | 581 | //usage: "Decompress to stdout" |
582 | 582 | ||
583 | //config:config UNXZ | 583 | //config:config UNXZ |
584 | //config: bool "unxz" | 584 | //config: bool "unxz (13 kb)" |
585 | //config: default y | 585 | //config: default y |
586 | //config: help | 586 | //config: help |
587 | //config: unxz is a unlzma successor. | 587 | //config: unxz is a unlzma successor. |
588 | //config: | 588 | //config: |
589 | //config:config XZCAT | 589 | //config:config XZCAT |
590 | //config: bool "xzcat" | 590 | //config: bool "xzcat (13 kb)" |
591 | //config: default y | 591 | //config: default y |
592 | //config: help | 592 | //config: help |
593 | //config: Alias to "unxz -c". | 593 | //config: Alias to "unxz -c". |
diff --git a/archival/bzip2.c b/archival/bzip2.c index 8afa43802..a115cb6ea 100644 --- a/archival/bzip2.c +++ b/archival/bzip2.c | |||
@@ -8,7 +8,7 @@ | |||
8 | */ | 8 | */ |
9 | 9 | ||
10 | //config:config BZIP2 | 10 | //config:config BZIP2 |
11 | //config: bool "bzip2" | 11 | //config: bool "bzip2 (18 kb)" |
12 | //config: default y | 12 | //config: default y |
13 | //config: help | 13 | //config: help |
14 | //config: bzip2 is a compression utility using the Burrows-Wheeler block | 14 | //config: bzip2 is a compression utility using the Burrows-Wheeler block |
diff --git a/archival/cpio.c b/archival/cpio.c index 683f0bb1f..4416348b6 100644 --- a/archival/cpio.c +++ b/archival/cpio.c | |||
@@ -15,7 +15,7 @@ | |||
15 | #include "bb_archive.h" | 15 | #include "bb_archive.h" |
16 | 16 | ||
17 | //config:config CPIO | 17 | //config:config CPIO |
18 | //config: bool "cpio" | 18 | //config: bool "cpio (14 kb)" |
19 | //config: default y | 19 | //config: default y |
20 | //config: help | 20 | //config: help |
21 | //config: cpio is an archival utility program used to create, modify, and | 21 | //config: cpio is an archival utility program used to create, modify, and |
diff --git a/archival/dpkg.c b/archival/dpkg.c index da3b0864e..41c8fc5d1 100644 --- a/archival/dpkg.c +++ b/archival/dpkg.c | |||
@@ -27,7 +27,7 @@ | |||
27 | */ | 27 | */ |
28 | 28 | ||
29 | //config:config DPKG | 29 | //config:config DPKG |
30 | //config: bool "dpkg" | 30 | //config: bool "dpkg (44 kb)" |
31 | //config: default y | 31 | //config: default y |
32 | //config: select FEATURE_SEAMLESS_GZ | 32 | //config: select FEATURE_SEAMLESS_GZ |
33 | //config: help | 33 | //config: help |
diff --git a/archival/gzip.c b/archival/gzip.c index c895de426..a883a1fff 100644 --- a/archival/gzip.c +++ b/archival/gzip.c | |||
@@ -38,7 +38,7 @@ aa: 85.1% -- replaced with aa.gz | |||
38 | */ | 38 | */ |
39 | 39 | ||
40 | //config:config GZIP | 40 | //config:config GZIP |
41 | //config: bool "gzip" | 41 | //config: bool "gzip (19 kb)" |
42 | //config: default y | 42 | //config: default y |
43 | //config: help | 43 | //config: help |
44 | //config: gzip is used to compress files. | 44 | //config: gzip is used to compress files. |
diff --git a/archival/lzop.c b/archival/lzop.c index 6ef82b749..f1608e24b 100644 --- a/archival/lzop.c +++ b/archival/lzop.c | |||
@@ -26,19 +26,19 @@ | |||
26 | */ | 26 | */ |
27 | 27 | ||
28 | //config:config LZOP | 28 | //config:config LZOP |
29 | //config: bool "lzop" | 29 | //config: bool "lzop (13 kb)" |
30 | //config: default y | 30 | //config: default y |
31 | //config: help | 31 | //config: help |
32 | //config: Lzop compression/decompresion. | 32 | //config: Lzop compression/decompresion. |
33 | //config: | 33 | //config: |
34 | //config:config UNLZOP | 34 | //config:config UNLZOP |
35 | //config: bool "unlzop" | 35 | //config: bool "unlzop (13 kb)" |
36 | //config: default n # INCOMPAT: upstream lzop does not provide such tool | 36 | //config: default n # INCOMPAT: upstream lzop does not provide such tool |
37 | //config: help | 37 | //config: help |
38 | //config: Lzop decompresion. | 38 | //config: Lzop decompresion. |
39 | //config: | 39 | //config: |
40 | //config:config LZOPCAT | 40 | //config:config LZOPCAT |
41 | //config: bool "lzopcat" | 41 | //config: bool "lzopcat (13 kb)" |
42 | //config: default n # INCOMPAT: upstream lzop does not provide such tool | 42 | //config: default n # INCOMPAT: upstream lzop does not provide such tool |
43 | //config: help | 43 | //config: help |
44 | //config: Alias to "unlzop -c". | 44 | //config: Alias to "unlzop -c". |
diff --git a/archival/rpm.c b/archival/rpm.c index 83160f975..2974dfc61 100644 --- a/archival/rpm.c +++ b/archival/rpm.c | |||
@@ -8,7 +8,7 @@ | |||
8 | */ | 8 | */ |
9 | 9 | ||
10 | //config:config RPM | 10 | //config:config RPM |
11 | //config: bool "rpm" | 11 | //config: bool "rpm (33 kb)" |
12 | //config: default y | 12 | //config: default y |
13 | //config: help | 13 | //config: help |
14 | //config: Mini RPM applet - queries and extracts RPM packages. | 14 | //config: Mini RPM applet - queries and extracts RPM packages. |
diff --git a/archival/rpm2cpio.c b/archival/rpm2cpio.c index 7057570f5..9d503be52 100644 --- a/archival/rpm2cpio.c +++ b/archival/rpm2cpio.c | |||
@@ -8,7 +8,7 @@ | |||
8 | */ | 8 | */ |
9 | 9 | ||
10 | //config:config RPM2CPIO | 10 | //config:config RPM2CPIO |
11 | //config: bool "rpm2cpio" | 11 | //config: bool "rpm2cpio (20 kb)" |
12 | //config: default y | 12 | //config: default y |
13 | //config: help | 13 | //config: help |
14 | //config: Converts a RPM file into a CPIO archive. | 14 | //config: Converts a RPM file into a CPIO archive. |
diff --git a/archival/tar.c b/archival/tar.c index 7598b71e3..fcabb0126 100644 --- a/archival/tar.c +++ b/archival/tar.c | |||
@@ -42,7 +42,7 @@ | |||
42 | */ | 42 | */ |
43 | 43 | ||
44 | //config:config TAR | 44 | //config:config TAR |
45 | //config: bool "tar" | 45 | //config: bool "tar (40 kb)" |
46 | //config: default y | 46 | //config: default y |
47 | //config: help | 47 | //config: help |
48 | //config: tar is an archiving program. It's commonly used with gzip to | 48 | //config: tar is an archiving program. It's commonly used with gzip to |
diff --git a/archival/unzip.c b/archival/unzip.c index 488dcf31d..d6b8da347 100644 --- a/archival/unzip.c +++ b/archival/unzip.c | |||
@@ -17,7 +17,7 @@ | |||
17 | * Zip64 + other methods | 17 | * Zip64 + other methods |
18 | */ | 18 | */ |
19 | //config:config UNZIP | 19 | //config:config UNZIP |
20 | //config: bool "unzip" | 20 | //config: bool "unzip (24 kb)" |
21 | //config: default y | 21 | //config: default y |
22 | //config: help | 22 | //config: help |
23 | //config: unzip will list or extract files from a ZIP archive, | 23 | //config: unzip will list or extract files from a ZIP archive, |