aboutsummaryrefslogtreecommitdiff
path: root/archival/bbunzip.c
diff options
context:
space:
mode:
Diffstat (limited to 'archival/bbunzip.c')
-rw-r--r--archival/bbunzip.c19
1 files changed, 1 insertions, 18 deletions
diff --git a/archival/bbunzip.c b/archival/bbunzip.c
index 94698d902..bf18a7485 100644
--- a/archival/bbunzip.c
+++ b/archival/bbunzip.c
@@ -501,20 +501,11 @@ int bunzip2_main(int argc UNUSED_PARAM, char **argv)
501//config: is generally considerably better than that achieved by the bzip2 501//config: is generally considerably better than that achieved by the bzip2
502//config: compressors. 502//config: compressors.
503//config: 503//config:
504//config: The BusyBox unlzma applet is limited to decompression only.
505//config: On an x86 system, this applet adds about 4K.
506//config:
507//config:config LZCAT 504//config:config LZCAT
508//config: bool "lzcat (8.5 kb)" 505//config: bool "lzcat (8.5 kb)"
509//config: default y 506//config: default y
510//config: help 507//config: help
511//config: unlzma is a compression utility using the Lempel-Ziv-Markov chain 508//config: Alias to "unlzma -c".
512//config: compression algorithm, and range coding. Compression
513//config: is generally considerably better than that achieved by the bzip2
514//config: compressors.
515//config:
516//config: The BusyBox unlzma applet is limited to decompression only.
517//config: On an x86 system, this applet adds about 4K.
518//config: 509//config:
519//config:config LZMA 510//config:config LZMA
520//config: bool "lzma -d" 511//config: bool "lzma -d"
@@ -522,14 +513,6 @@ int bunzip2_main(int argc UNUSED_PARAM, char **argv)
522//config: help 513//config: help
523//config: Enable this option if you want commands like "lzma -d" to work. 514//config: Enable this option if you want commands like "lzma -d" to work.
524//config: IOW: you'll get lzma applet, but it will always require -d option. 515//config: IOW: you'll get lzma applet, but it will always require -d option.
525//config:
526//config:config FEATURE_LZMA_FAST
527//config: bool "Optimize for speed"
528//config: default n
529//config: depends on UNLZMA || LZCAT || LZMA
530//config: help
531//config: This option reduces decompression time by about 25% at the cost of
532//config: a 1K bigger binary.
533 516
534//applet:IF_UNLZMA(APPLET(unlzma, BB_DIR_USR_BIN, BB_SUID_DROP)) 517//applet:IF_UNLZMA(APPLET(unlzma, BB_DIR_USR_BIN, BB_SUID_DROP))
535// APPLET_ODDNAME:name main location suid_type help 518// APPLET_ODDNAME:name main location suid_type help