projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c9ea757
)
- fix typo in compressor submenu
author
Bernhard Reutner-Fischer
<rep.dot.nop@gmail.com>
Mon, 22 Jan 2007 12:27:33 +0000
(12:27 -0000)
committer
Bernhard Reutner-Fischer
<rep.dot.nop@gmail.com>
Mon, 22 Jan 2007 12:27:33 +0000
(12:27 -0000)
package/Config.in
patch
|
blob
|
history
diff --git
a/package/Config.in
b/package/Config.in
index e653a37ff252b726d181cce0f4f87a31cea0c99e..47802da5efd37530bd30f980a99fad8506bcf05a 100644
(file)
--- a/
package/Config.in
+++ b/
package/Config.in
@@
-291,7
+291,7
@@
menuconfig BR2_COMPRESSOR_SUPPORT
help
Support for compressors and decompressors like lzo, lzma, bzip2
-if BR2_COMPRESSOR_SUPPORT
_SUPPORT
+if BR2_COMPRESSOR_SUPPORT
source "package/gzip/Config.in"
source "package/lzo/Config.in"
source "package/lzma/Config.in"