Menu entry for tar creation support

This commit is contained in:
Glenn L McGrath 2001-10-25 18:37:41 +00:00
parent 107c796e79
commit ee28362597

View File

@ -16,6 +16,7 @@ bool 'gzip' CONFIG_GZIP
bool 'rpm2cpio' CONFIG_RPM2CPIO
bool 'tar' CONFIG_TAR
if [ "$CONFIG_TAR" = "y" ] ; then
bool ' creation support' CONFIG_FEATURE_TAR_CREATE
bool ' exclude support' CONFIG_FEATURE_TAR_EXCLUDE
fi
endmenu