From: Glenn L McGrath Date: Thu, 25 Oct 2001 18:37:41 +0000 (-0000) Subject: Menu entry for tar creation support X-Git-Tag: 0_60_2~82 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=ee28362597b2846ded3d0f7a3d70cfc411b9314a;p=oweals%2Fbusybox.git Menu entry for tar creation support --- diff --git a/archival/config.in b/archival/config.in index 099810cc5..c21f921cb 100644 --- a/archival/config.in +++ b/archival/config.in @@ -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