aboutsummaryrefslogtreecommitdiff
path: root/archival/Config.src
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2012-03-06 16:32:06 +0100
committerDenys Vlasenko <vda.linux@googlemail.com>2012-03-06 16:32:06 +0100
commit02c3c3842004d88207b46450dbd19f80e6596c7e (patch)
tree68890b6d081c3851b898f41bede25badc6b453fa /archival/Config.src
parent8a6a2f9c9c214b94bd945acd97ac8b28c25e194e (diff)
downloadbusybox-w32-02c3c3842004d88207b46450dbd19f80e6596c7e.tar.gz
busybox-w32-02c3c3842004d88207b46450dbd19f80e6596c7e.tar.bz2
busybox-w32-02c3c3842004d88207b46450dbd19f80e6596c7e.zip
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.src4
1 files changed, 2 insertions, 2 deletions
diff --git a/archival/Config.src b/archival/Config.src
index 885cb5bcc..ae1afc594 100644
--- a/archival/Config.src
+++ b/archival/Config.src
@@ -32,10 +32,10 @@ config FEATURE_SEAMLESS_GZ
32 Make tar, rpm, modprobe etc understand .gz data. 32 Make tar, rpm, modprobe etc understand .gz data.
33 33
34config FEATURE_SEAMLESS_Z 34config FEATURE_SEAMLESS_Z
35 bool "Make tar and gunzip understand .Z data" 35 bool "tar, rpm, modprobe etc understand .Z data"
36 default n 36 default n
37 help 37 help
38 Make tar and gunzip understand .Z data. 38 Make tar, rpm, modprobe etc understand .Z data.
39 39
40config AR 40config AR
41 bool "ar" 41 bool "ar"