diff options
author | Eric Andersen | 2002-04-13 08:43:01 +0000 |
---|---|---|
committer | Eric Andersen | 2002-04-13 08:43:01 +0000 |
commit | 114de5566849b3ab533f2892d5edfdf16c542db5 (patch) | |
tree | b5e67628ab1b4724225bea5b599b8169032a202b /archival/config.in | |
parent | 1d1d2f9b1879775a8e04bcd189b66a058405c9c1 (diff) | |
download | busybox-114de5566849b3ab533f2892d5edfdf16c542db5.zip busybox-114de5566849b3ab533f2892d5edfdf16c542db5.tar.gz |
Patch from Laurence Anderson <L.D.Anderson@warwick.ac.uk> for
better tape drive support in tar/cpio by using an intervening
pipe...
Diffstat (limited to 'archival/config.in')
-rw-r--r-- | archival/config.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/archival/config.in b/archival/config.in index 7b5644f..5a064dc 100644 --- a/archival/config.in +++ b/archival/config.in @@ -20,5 +20,8 @@ if [ "$CONFIG_TAR" = "y" ] ; then bool ' Enable -X and --exclude options (exclude files)' CONFIG_FEATURE_TAR_EXCLUDE bool ' Enable -z option (currently only for extracting)' CONFIG_FEATURE_TAR_GZIP fi +if [ "$CONFIG_CPIO" = "y" -o "$CONFIG_TAR" = "y" ] ; then + bool ' Enable tape drive support' CONFIG_FEATURE_UNARCHIVE_TAPE +fi bool 'unzip' CONFIG_UNZIP endmenu |