diff options
author | Denis Vlasenko | 2009-04-29 12:01:51 +0000 |
---|---|---|
committer | Denis Vlasenko | 2009-04-29 12:01:51 +0000 |
commit | 052ad9a56883a56742cec1afc6c1c8dfff222495 (patch) | |
tree | c06321623bd51c725b559f3e91d1a9b736a26646 /archival/Config.in | |
parent | c8653f62f2203d0377933c1b5f0442666e27f91a (diff) | |
download | busybox-052ad9a56883a56742cec1afc6c1c8dfff222495.zip busybox-052ad9a56883a56742cec1afc6c1c8dfff222495.tar.gz |
lzop: new applet. Busyboxed by Alain Knaff. +7700 bytes.
Diffstat (limited to 'archival/Config.in')
-rw-r--r-- | archival/Config.in | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/archival/Config.in b/archival/Config.in index e0d43c0..a983e44 100644 --- a/archival/Config.in +++ b/archival/Config.in @@ -165,6 +165,21 @@ config GZIP gzip is used to compress files. It's probably the most widely used UNIX compression program. +config LZOP + bool "lzop" + default n + help + Lzop compression/decompresion. + +config LZOP_COMPR_HIGH + bool "lzop complession levels 7,8,9 (not very useful)" + default n + depends on LZOP + help + High levels (7,8,9) of lzop compression. These levels + are actually slower than gzip at equivalent compression ratios + and take up 3.2K of code. + config RPM2CPIO bool "rpm2cpio" default n |