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-w32-ee28362597b2846ded3d0f7a3d70cfc411b9314a.tar.gz
busybox-w32-ee28362597b2846ded3d0f7a3d70cfc411b9314a.tar.bz2
busybox-w32-ee28362597b2846ded3d0f7a3d70cfc411b9314a.zip
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
16bool 'rpm2cpio' CONFIG_RPM2CPIO 16bool 'rpm2cpio' CONFIG_RPM2CPIO
17bool 'tar' CONFIG_TAR 17bool 'tar' CONFIG_TAR
18if [ "$CONFIG_TAR" = "y" ] ; then 18if [ "$CONFIG_TAR" = "y" ] ; then
19 bool ' creation support' CONFIG_FEATURE_TAR_CREATE
19 bool ' exclude support' CONFIG_FEATURE_TAR_EXCLUDE 20 bool ' exclude support' CONFIG_FEATURE_TAR_EXCLUDE
20fi 21fi
21endmenu 22endmenu