diff options
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 |