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:
99702ab
)
Add CONFIG_FEATURE_TAR_EXCLUDE support.
author
Matt Kraai
<kraai@debian.org>
Wed, 24 Oct 2001 18:51:27 +0000
(18:51 -0000)
committer
Matt Kraai
<kraai@debian.org>
Wed, 24 Oct 2001 18:51:27 +0000
(18:51 -0000)
archival/config.in
patch
|
blob
|
history
diff --git
a/archival/config.in
b/archival/config.in
index c195f24a1df392e6154098f85343c76dc1cbda35..099810cc5e734c3d2c72ec322945f825ab614851 100644
(file)
--- a/
archival/config.in
+++ b/
archival/config.in
@@
-15,5
+15,7
@@
bool 'gunzip' CONFIG_GUNZIP
bool 'gzip' CONFIG_GZIP
bool 'rpm2cpio' CONFIG_RPM2CPIO
bool 'tar' CONFIG_TAR
+if [ "$CONFIG_TAR" = "y" ] ; then
+ bool ' exclude support' CONFIG_FEATURE_TAR_EXCLUDE
+fi
endmenu
-