aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGlenn L McGrath <bug1@ihug.co.nz>2001-10-25 18:37:41 +0000
committerGlenn L McGrath <bug1@ihug.co.nz>2001-10-25 18:37:41 +0000
commitee28362597b2846ded3d0f7a3d70cfc411b9314a (patch)
tree1a8680ad3b8a6af4fcdfba4c3c148e84335c4627
parent107c796e794b543853cd1ce48cd739c83275d3b3 (diff)
downloadbusybox-ee28362597b2846ded3d0f7a3d70cfc411b9314a.tar.gz
Menu entry for tar creation support
-rw-r--r--archival/config.in1
1 files changed, 1 insertions, 0 deletions
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