Patch from Laurence Anderson <L.D.Anderson@warwick.ac.uk> for

better tape drive support in tar/cpio by using an intervening
pipe...
This commit is contained in:
Eric Andersen
2002-04-13 08:43:01 +00:00
parent 1d1d2f9b18
commit 114de55668
2 changed files with 25 additions and 1 deletions

View File

@@ -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