From 56f16b42c93af18fbb984e8d6384c03e5405e3ae Mon Sep 17 00:00:00 2001 From: Glenn L McGrath Date: Tue, 18 Nov 2003 21:37:52 +0000 Subject: tar -Z, uncompress support --- archival/Config.in | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'archival/Config.in') 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 -- cgit v1.2.3