diff options
author | Glenn L McGrath | 2002-08-13 05:06:43 +0000 |
---|---|---|
committer | Glenn L McGrath | 2002-08-13 05:06:43 +0000 |
commit | 1d23f3a492ecc18b3e406d814a55c93bb8917e0e (patch) | |
tree | d54376d977df67e05d11e4388245bd532936a9d5 /archival/config.in | |
parent | 6069441bd20b24f7102ebd66f9373a4de0d7e92c (diff) | |
download | busybox-1d23f3a492ecc18b3e406d814a55c93bb8917e0e.zip busybox-1d23f3a492ecc18b3e406d814a55c93bb8917e0e.tar.gz |
Enable support for the old tar header format, enable via menu's
Diffstat (limited to 'archival/config.in')
-rw-r--r-- | archival/config.in | 3 |
1 files changed, 2 insertions, 1 deletions
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 @@ bool 'tar' CONFIG_TAR 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 |