projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
107c796
)
Menu entry for tar creation support
author
Glenn L McGrath
<bug1@ihug.co.nz>
Thu, 25 Oct 2001 18:37:41 +0000
(18:37 -0000)
committer
Glenn L McGrath
<bug1@ihug.co.nz>
Thu, 25 Oct 2001 18:37:41 +0000
(18:37 -0000)
archival/config.in
patch
|
blob
|
history
diff --git
a/archival/config.in
b/archival/config.in
index 099810cc5e734c3d2c72ec322945f825ab614851..c21f921cb58c26348e01e27208f4aba8cf15c19d 100644
(file)
--- 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