diff options
author | Denis Vlasenko | 2007-10-13 03:36:03 +0000 |
---|---|---|
committer | Denis Vlasenko | 2007-10-13 03:36:03 +0000 |
commit | 77f1ec1b9bf100e6c10aa0856c7156e321511785 (patch) | |
tree | f20e5a9062ecad82a43bde81e3041a19c4292733 /archival/Config.in | |
parent | 11c23d7b990eae27357e5a41a97d62b9a214f7db (diff) | |
download | busybox-77f1ec1b9bf100e6c10aa0856c7156e321511785.zip busybox-77f1ec1b9bf100e6c10aa0856c7156e321511785.tar.gz |
bzip2: port bzip2 1.0.4 to busybox. note: bzip2 code resides
in separate directory (archival/bz/*)
and is covered by BSD-style license.
code size: 13k
Diffstat (limited to 'archival/Config.in')
-rw-r--r-- | archival/Config.in | 16 |
1 files changed, 13 insertions, 3 deletions
diff --git a/archival/Config.in b/archival/Config.in index 49070da..8d31ec7 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 |