summaryrefslogtreecommitdiff
path: root/archival
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2001-11-10 09:53:23 +0000
committerEric Andersen <andersen@codepoet.org>2001-11-10 09:53:23 +0000
commit713121346059feadedf61b0e161173657ade6ea8 (patch)
tree8c4ceeaf57eb9fd07ee8b19173ef7b023ac2de43 /archival
parentdf23302cb5d2c8cdc570b63e084a3f780da6e1f1 (diff)
downloadbusybox-w32-713121346059feadedf61b0e161173657ade6ea8.tar.gz
busybox-w32-713121346059feadedf61b0e161173657ade6ea8.tar.bz2
busybox-w32-713121346059feadedf61b0e161173657ade6ea8.zip
config.in features patch from Giulio Orsero <giulioo@pobox.com>
with some minor edits from me
Diffstat (limited to 'archival')
-rw-r--r--archival/config.in5
1 files changed, 3 insertions, 2 deletions
diff --git a/archival/config.in b/archival/config.in
index c21f921cb..76a192e13 100644
--- a/archival/config.in
+++ b/archival/config.in
@@ -16,7 +16,8 @@ bool 'gzip' CONFIG_GZIP
16bool 'rpm2cpio' CONFIG_RPM2CPIO 16bool 'rpm2cpio' CONFIG_RPM2CPIO
17bool 'tar' CONFIG_TAR 17bool 'tar' CONFIG_TAR
18if [ "$CONFIG_TAR" = "y" ] ; then 18if [ "$CONFIG_TAR" = "y" ] ; then
19 bool ' creation support' CONFIG_FEATURE_TAR_CREATE 19 bool ' Enable archive creation' CONFIG_FEATURE_TAR_CREATE
20 bool ' exclude support' CONFIG_FEATURE_TAR_EXCLUDE 20 bool ' Enable -X and --exclude options (exclude files)' CONFIG_FEATURE_TAR_EXCLUDE
21 bool ' Enable -z option (currently only for extracting)' CONFIG_FEATURE_TAR_GZIP
21fi 22fi
22endmenu 23endmenu