diff options
author | Denys Vlasenko | 2012-03-06 16:32:06 +0100 |
---|---|---|
committer | Denys Vlasenko | 2012-03-06 16:32:06 +0100 |
commit | 02c3c3842004d88207b46450dbd19f80e6596c7e (patch) | |
tree | 68890b6d081c3851b898f41bede25badc6b453fa /archival/Config.src | |
parent | 8a6a2f9c9c214b94bd945acd97ac8b28c25e194e (diff) | |
download | busybox-02c3c3842004d88207b46450dbd19f80e6596c7e.zip busybox-02c3c3842004d88207b46450dbd19f80e6596c7e.tar.gz |
Move seamless .Z support into unpack_gz_stream
unpack_gz_stream 566 643 +77
unpack_gunzip 123 12 -111
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'archival/Config.src')
-rw-r--r-- | archival/Config.src | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/archival/Config.src b/archival/Config.src index 885cb5b..ae1afc5 100644 --- a/archival/Config.src +++ b/archival/Config.src @@ -32,10 +32,10 @@ config FEATURE_SEAMLESS_GZ Make tar, rpm, modprobe etc understand .gz data. config FEATURE_SEAMLESS_Z - bool "Make tar and gunzip understand .Z data" + bool "tar, rpm, modprobe etc understand .Z data" default n help - Make tar and gunzip understand .Z data. + Make tar, rpm, modprobe etc understand .Z data. config AR bool "ar" |