aboutsummaryrefslogtreecommitdiff
path: root/archival/config.in
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2002-04-13 08:43:01 +0000
committerEric Andersen <andersen@codepoet.org>2002-04-13 08:43:01 +0000
commit114de5566849b3ab533f2892d5edfdf16c542db5 (patch)
treeb5e67628ab1b4724225bea5b599b8169032a202b /archival/config.in
parent1d1d2f9b1879775a8e04bcd189b66a058405c9c1 (diff)
downloadbusybox-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.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/archival/config.in b/archival/config.in
index 7b5644f01..5a064dc89 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