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-56f16b42c93af18fbb984e8d6384c03e5405e3ae.tar.gz
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
If you enable this option tar will be able to call gzip,
when creating or extracting tar gziped archives.
+config CONFIG_FEATURE_TAR_COMPRESS
+ bool " Enable -Z option"
+ default n
+ depends on CONFIG_TAR
+ help
+ If you enable this option tar will be able to call uncompress,
+ when extracting .tar.Z archives.
+
config CONFIG_FEATURE_TAR_OLDGNU_COMPATABILITY
bool " Enable support for old tar header format"
default N