lzop: new applet. Busyboxed by Alain Knaff. +7700 bytes.

This commit is contained in:
Denis Vlasenko
2009-04-29 12:01:51 +00:00
parent c8653f62f2
commit 052ad9a568
12 changed files with 2990 additions and 0 deletions

View File

@@ -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