Enable support for the old tar header format, enable via menu's
diff --git a/archival/config.in b/archival/config.in
index ac90ec0..140e4fb 100644
--- a/archival/config.in
+++ b/archival/config.in
@@ -18,7 +18,8 @@
if [ "$CONFIG_TAR" = "y" ] ; then
bool ' Enable archive creation' CONFIG_FEATURE_TAR_CREATE
bool ' Enable -X and --exclude options (exclude files)' CONFIG_FEATURE_TAR_EXCLUDE
- bool ' Enable -z option' CONFIG_FEATURE_TAR_GZIP
+ bool ' Enable -z option' CONFIG_FEATURE_TAR_GZIP
+ bool ' Enable support for old tar header format' CONFIG_FEATURE_TAR_OLD_FORMAT
fi
if [ "$CONFIG_CPIO" = "y" -o "$CONFIG_TAR" = "y" ] ; then
bool ' Enable tape drive support' CONFIG_FEATURE_UNARCHIVE_TAPE