Add CONFIG_FEATURE_TAR_EXCLUDE support.

This commit is contained in:
Matt Kraai 2001-10-24 18:51:27 +00:00
parent 99702ab221
commit 3c2f27d9f1

View File

@ -15,5 +15,7 @@ bool 'gunzip' CONFIG_GUNZIP
bool 'gzip' CONFIG_GZIP
bool 'rpm2cpio' CONFIG_RPM2CPIO
bool 'tar' CONFIG_TAR
if [ "$CONFIG_TAR" = "y" ] ; then
bool ' exclude support' CONFIG_FEATURE_TAR_EXCLUDE
fi
endmenu