aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkraai <kraai@69ca8d6d-28ef-0310-b511-8ec308f3f277>2001-10-24 18:51:27 +0000
committerkraai <kraai@69ca8d6d-28ef-0310-b511-8ec308f3f277>2001-10-24 18:51:27 +0000
commitcdd26a387ba49074b8d2586ac77b2e92377259f6 (patch)
treeff1e6e450cbca651da44225d9c627f4b05bbf09f
parent4c611fe0bf06955f70c8e51bbf6be6061571673d (diff)
downloadbusybox-w32-cdd26a387ba49074b8d2586ac77b2e92377259f6.tar.gz
busybox-w32-cdd26a387ba49074b8d2586ac77b2e92377259f6.tar.bz2
busybox-w32-cdd26a387ba49074b8d2586ac77b2e92377259f6.zip
Add CONFIG_FEATURE_TAR_EXCLUDE support.
git-svn-id: svn://busybox.net/trunk/busybox@3575 69ca8d6d-28ef-0310-b511-8ec308f3f277
-rw-r--r--archival/config.in4
1 files changed, 3 insertions, 1 deletions
diff --git a/archival/config.in b/archival/config.in
index c195f24a1..099810cc5 100644
--- a/archival/config.in
+++ b/archival/config.in
@@ -15,5 +15,7 @@ bool 'gunzip' CONFIG_GUNZIP
15bool 'gzip' CONFIG_GZIP 15bool 'gzip' CONFIG_GZIP
16bool 'rpm2cpio' CONFIG_RPM2CPIO 16bool 'rpm2cpio' CONFIG_RPM2CPIO
17bool 'tar' CONFIG_TAR 17bool 'tar' CONFIG_TAR
18if [ "$CONFIG_TAR" = "y" ] ; then
19 bool ' exclude support' CONFIG_FEATURE_TAR_EXCLUDE
20fi
18endmenu 21endmenu
19