aboutsummaryrefslogtreecommitdiff
path: root/archival/Config.in
diff options
context:
space:
mode:
authorGlenn L McGrath <bug1@ihug.co.nz>2003-11-18 21:37:52 +0000
committerGlenn L McGrath <bug1@ihug.co.nz>2003-11-18 21:37:52 +0000
commit56f16b42c93af18fbb984e8d6384c03e5405e3ae (patch)
treed0b1d8100cd6857681145fa4e40b05fb542d35ae /archival/Config.in
parent20872be9a4e670666b307f94b8fca6bf807c9b7b (diff)
downloadbusybox-w32-56f16b42c93af18fbb984e8d6384c03e5405e3ae.tar.gz
busybox-w32-56f16b42c93af18fbb984e8d6384c03e5405e3ae.tar.bz2
busybox-w32-56f16b42c93af18fbb984e8d6384c03e5405e3ae.zip
tar -Z, uncompress support
Diffstat (limited to 'archival/Config.in')
-rw-r--r--archival/Config.in8
1 files changed, 8 insertions, 0 deletions
diff --git a/archival/Config.in b/archival/Config.in
index 8859bb137..2eab5abfa 100644
--- a/archival/Config.in
+++ b/archival/Config.in
@@ -193,6 +193,14 @@ config CONFIG_FEATURE_TAR_GZIP
193 If you enable this option tar will be able to call gzip, 193 If you enable this option tar will be able to call gzip,
194 when creating or extracting tar gziped archives. 194 when creating or extracting tar gziped archives.
195 195
196config CONFIG_FEATURE_TAR_COMPRESS
197 bool " Enable -Z option"
198 default n
199 depends on CONFIG_TAR
200 help
201 If you enable this option tar will be able to call uncompress,
202 when extracting .tar.Z archives.
203
196config CONFIG_FEATURE_TAR_OLDGNU_COMPATABILITY 204config CONFIG_FEATURE_TAR_OLDGNU_COMPATABILITY
197 bool " Enable support for old tar header format" 205 bool " Enable support for old tar header format"
198 default N 206 default N