projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0091f18
)
- busybox provides gzip
author
Bernhard Reutner-Fischer
<rep.dot.nop@gmail.com>
Fri, 16 Feb 2007 09:32:12 +0000
(09:32 -0000)
committer
Bernhard Reutner-Fischer
<rep.dot.nop@gmail.com>
Fri, 16 Feb 2007 09:32:12 +0000
(09:32 -0000)
package/Config.in
patch
|
blob
|
history
diff --git
a/package/Config.in
b/package/Config.in
index 504b1fc29ac0bd8090168643356b1acc0c9d4c50..4657aa638b0365ee4afcdf90cfa4a60582bd682c 100644
(file)
--- a/
package/Config.in
+++ b/
package/Config.in
@@
-297,7
+297,9
@@
menuconfig BR2_COMPRESSOR_SUPPORT
Support for compressors and decompressors like lzo, lzma, bzip2
if BR2_COMPRESSOR_SUPPORT
+if !BR2_PACKAGE_BUSYBOX_HIDE_OTHERS
source "package/gzip/Config.in"
+endif
source "package/lzo/Config.in"
source "package/lzma/Config.in"
source "package/zlib/Config.in"