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>
This commit is contained in:
Denys Vlasenko
2012-03-06 16:32:06 +01:00
parent 8a6a2f9c9c
commit 02c3c38420
3 changed files with 21 additions and 25 deletions

View File

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