diff options
author | Glenn L McGrath <bug1@ihug.co.nz> | 2003-11-18 21:37:52 +0000 |
---|---|---|
committer | Glenn L McGrath <bug1@ihug.co.nz> | 2003-11-18 21:37:52 +0000 |
commit | 56f16b42c93af18fbb984e8d6384c03e5405e3ae (patch) | |
tree | d0b1d8100cd6857681145fa4e40b05fb542d35ae /archival/Config.in | |
parent | 20872be9a4e670666b307f94b8fca6bf807c9b7b (diff) | |
download | busybox-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.in | 8 |
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 | ||
196 | config 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 | |||
196 | config CONFIG_FEATURE_TAR_OLDGNU_COMPATABILITY | 204 | config 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 |