aboutsummaryrefslogtreecommitdiff
path: root/archival/Config.in
diff options
context:
space:
mode:
Diffstat (limited to 'archival/Config.in')
-rw-r--r--archival/Config.in16
1 files changed, 13 insertions, 3 deletions
diff --git a/archival/Config.in b/archival/Config.in
index 49070da06..8d31ec771 100644
--- a/archival/Config.in
+++ b/archival/Config.in
@@ -48,12 +48,22 @@ config BUNZIP2
conventional LZ77/LZ78-based compressors, and approaches the
performance of the PPM family of statistical compressors.
- The BusyBox bunzip2 applet is limited to de-compression only.
- On an x86 system, this applet adds about 11K.
-
Unless you have a specific application which requires bunzip2, you
should probably say N here.
+config BZIP2
+ bool "bzip2"
+ default n
+ help
+ bzip2 is a compression utility using the Burrows-Wheeler block
+ sorting text compression algorithm, and Huffman coding. Compression
+ is generally considerably better than that achieved by more
+ conventional LZ77/LZ78-based compressors, and approaches the
+ performance of the PPM family of statistical compressors.
+
+ Unless you have a specific application which requires bzip2, you
+ should probably say N here.
+
config CPIO
bool "cpio"
default n