diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2023-07-10 17:25:21 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2023-07-10 17:25:21 +0200 |
commit | 5353df91cba7b397b9407701681708d0a1518df6 (patch) | |
tree | 7b7925e3e43c7ef44c618a629bbc6aa78a8c3bf7 /archival | |
parent | a9047e09807f11bcd62f69c481ce19b2663f8862 (diff) | |
download | busybox-w32-5353df91cba7b397b9407701681708d0a1518df6.tar.gz busybox-w32-5353df91cba7b397b9407701681708d0a1518df6.tar.bz2 busybox-w32-5353df91cba7b397b9407701681708d0a1518df6.zip |
Update applet size estimates
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'archival')
-rw-r--r-- | archival/bbunzip.c | 8 | ||||
-rw-r--r-- | archival/dpkg_deb.c | 2 | ||||
-rw-r--r-- | archival/lzop.c | 2 |
3 files changed, 6 insertions, 6 deletions
diff --git a/archival/bbunzip.c b/archival/bbunzip.c index 0ac059c19..b7944a62a 100644 --- a/archival/bbunzip.c +++ b/archival/bbunzip.c | |||
@@ -415,7 +415,7 @@ int gunzip_main(int argc UNUSED_PARAM, char **argv) | |||
415 | //usage: "Decompress to stdout" | 415 | //usage: "Decompress to stdout" |
416 | 416 | ||
417 | //config:config BUNZIP2 | 417 | //config:config BUNZIP2 |
418 | //config: bool "bunzip2 (8.7 kb)" | 418 | //config: bool "bunzip2 (9.1 kb)" |
419 | //config: default y | 419 | //config: default y |
420 | //config: select FEATURE_BZIP2_DECOMPRESS | 420 | //config: select FEATURE_BZIP2_DECOMPRESS |
421 | //config: help | 421 | //config: help |
@@ -429,7 +429,7 @@ int gunzip_main(int argc UNUSED_PARAM, char **argv) | |||
429 | //config: should probably say N here. | 429 | //config: should probably say N here. |
430 | //config: | 430 | //config: |
431 | //config:config BZCAT | 431 | //config:config BZCAT |
432 | //config: bool "bzcat (8.7 kb)" | 432 | //config: bool "bzcat (9 kb)" |
433 | //config: default y | 433 | //config: default y |
434 | //config: select FEATURE_BZIP2_DECOMPRESS | 434 | //config: select FEATURE_BZIP2_DECOMPRESS |
435 | //config: help | 435 | //config: help |
@@ -485,7 +485,7 @@ int bunzip2_main(int argc UNUSED_PARAM, char **argv) | |||
485 | //usage: "Decompress to stdout" | 485 | //usage: "Decompress to stdout" |
486 | 486 | ||
487 | //config:config UNLZMA | 487 | //config:config UNLZMA |
488 | //config: bool "unlzma (7.5 kb)" | 488 | //config: bool "unlzma (7.8 kb)" |
489 | //config: default y | 489 | //config: default y |
490 | //config: help | 490 | //config: help |
491 | //config: unlzma is a compression utility using the Lempel-Ziv-Markov chain | 491 | //config: unlzma is a compression utility using the Lempel-Ziv-Markov chain |
@@ -494,7 +494,7 @@ int bunzip2_main(int argc UNUSED_PARAM, char **argv) | |||
494 | //config: compressors. | 494 | //config: compressors. |
495 | //config: | 495 | //config: |
496 | //config:config LZCAT | 496 | //config:config LZCAT |
497 | //config: bool "lzcat (7.5 kb)" | 497 | //config: bool "lzcat (7.8 kb)" |
498 | //config: default y | 498 | //config: default y |
499 | //config: help | 499 | //config: help |
500 | //config: Alias to "unlzma -c". | 500 | //config: Alias to "unlzma -c". |
diff --git a/archival/dpkg_deb.c b/archival/dpkg_deb.c index a5a80439d..dda931169 100644 --- a/archival/dpkg_deb.c +++ b/archival/dpkg_deb.c | |||
@@ -5,7 +5,7 @@ | |||
5 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. | 5 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. |
6 | */ | 6 | */ |
7 | //config:config DPKG_DEB | 7 | //config:config DPKG_DEB |
8 | //config: bool "dpkg-deb (30 kb)" | 8 | //config: bool "dpkg-deb (29 kb)" |
9 | //config: default y | 9 | //config: default y |
10 | //config: select FEATURE_SEAMLESS_GZ | 10 | //config: select FEATURE_SEAMLESS_GZ |
11 | //config: help | 11 | //config: help |
diff --git a/archival/lzop.c b/archival/lzop.c index 74df8ff03..bdcc6d548 100644 --- a/archival/lzop.c +++ b/archival/lzop.c | |||
@@ -25,7 +25,7 @@ | |||
25 | "Minimalized" for busybox by Alain Knaff | 25 | "Minimalized" for busybox by Alain Knaff |
26 | */ | 26 | */ |
27 | //config:config LZOP | 27 | //config:config LZOP |
28 | //config: bool "lzop (12 kb)" | 28 | //config: bool "lzop (13 kb)" |
29 | //config: default y | 29 | //config: default y |
30 | //config: help | 30 | //config: help |
31 | //config: Lzop compression/decompresion. | 31 | //config: Lzop compression/decompresion. |