diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2009-04-29 12:01:51 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2009-04-29 12:01:51 +0000 |
commit | 052ad9a56883a56742cec1afc6c1c8dfff222495 (patch) | |
tree | c06321623bd51c725b559f3e91d1a9b736a26646 /archival/Config.in | |
parent | c8653f62f2203d0377933c1b5f0442666e27f91a (diff) | |
download | busybox-w32-052ad9a56883a56742cec1afc6c1c8dfff222495.tar.gz busybox-w32-052ad9a56883a56742cec1afc6c1c8dfff222495.tar.bz2 busybox-w32-052ad9a56883a56742cec1afc6c1c8dfff222495.zip |
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 e0d43c0ee..a983e4433 100644 --- a/archival/Config.in +++ b/archival/Config.in | |||
@@ -165,6 +165,21 @@ config GZIP | |||
165 | gzip is used to compress files. | 165 | gzip is used to compress files. |
166 | It's probably the most widely used UNIX compression program. | 166 | It's probably the most widely used UNIX compression program. |
167 | 167 | ||
168 | config LZOP | ||
169 | bool "lzop" | ||
170 | default n | ||
171 | help | ||
172 | Lzop compression/decompresion. | ||
173 | |||
174 | config LZOP_COMPR_HIGH | ||
175 | bool "lzop complession levels 7,8,9 (not very useful)" | ||
176 | default n | ||
177 | depends on LZOP | ||
178 | help | ||
179 | High levels (7,8,9) of lzop compression. These levels | ||
180 | are actually slower than gzip at equivalent compression ratios | ||
181 | and take up 3.2K of code. | ||
182 | |||
168 | config RPM2CPIO | 183 | config RPM2CPIO |
169 | bool "rpm2cpio" | 184 | bool "rpm2cpio" |
170 | default n | 185 | default n |