From 114de5566849b3ab533f2892d5edfdf16c542db5 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Sat, 13 Apr 2002 08:43:01 +0000 Subject: Patch from Laurence Anderson for better tape drive support in tar/cpio by using an intervening pipe... --- archival/config.in | 3 +++ 1 file changed, 3 insertions(+) (limited to 'archival/config.in') 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 -- cgit v1.2.3