diff options
author | Glenn L McGrath | 2003-11-18 21:37:52 +0000 |
---|---|---|
committer | Glenn L McGrath | 2003-11-18 21:37:52 +0000 |
commit | 56f16b42c93af18fbb984e8d6384c03e5405e3ae (patch) | |
tree | d0b1d8100cd6857681145fa4e40b05fb542d35ae /archival/Config.in | |
parent | 20872be9a4e670666b307f94b8fca6bf807c9b7b (diff) | |
download | busybox-56f16b42c93af18fbb984e8d6384c03e5405e3ae.zip busybox-56f16b42c93af18fbb984e8d6384c03e5405e3ae.tar.gz |
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 8859bb1..2eab5ab 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 |