summaryrefslogtreecommitdiffstats
path: root/package/busybox/config/archival/Config.in
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2007-11-10 16:51:11 +0000
committerFelix Fietkau <nbd@openwrt.org>2007-11-10 16:51:11 +0000
commit8fba43d0f136bdd7414ce94587d89c7a9e2b0900 (patch)
tree161f89573c5ea33c47d060a1a75a03f4fbaeddc7 /package/busybox/config/archival/Config.in
parentfe6294e21cc6924e5148863b9b3060eb9ef05cd1 (diff)
downloadmaster-31e0f0ae-8fba43d0f136bdd7414ce94587d89c7a9e2b0900.tar.gz
master-31e0f0ae-8fba43d0f136bdd7414ce94587d89c7a9e2b0900.tar.bz2
master-31e0f0ae-8fba43d0f136bdd7414ce94587d89c7a9e2b0900.zip
upgrade busybox to 1.8.1
SVN-Revision: 9524
Diffstat (limited to 'package/busybox/config/archival/Config.in')
-rw-r--r--package/busybox/config/archival/Config.in16
1 files changed, 13 insertions, 3 deletions
diff --git a/package/busybox/config/archival/Config.in b/package/busybox/config/archival/Config.in
index 9895dba04b..8d62d2bf51 100644
--- a/package/busybox/config/archival/Config.in
+++ b/package/busybox/config/archival/Config.in
@@ -48,12 +48,22 @@ config BUSYBOX_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 BUSYBOX_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 BUSYBOX_CONFIG_CPIO
bool "cpio"
default n