projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
fix uclibc++ dependency issue
[openwrt.git]
/
openwrt
/
package
/
zlib
/
Config.in
diff --git
a/openwrt/package/zlib/Config.in
b/openwrt/package/zlib/Config.in
index
fef2324
..
a90fae8
100644
(file)
--- a/
openwrt/package/zlib/Config.in
+++ b/
openwrt/package/zlib/Config.in
@@
-1,5
+1,7
@@
config BR2_PACKAGE_ZLIB
config BR2_PACKAGE_ZLIB
-
bool "zlib
"
- default
n
+
tristate "zlib - Library implementing the deflate compression method
"
+ default
m if CONFIG_DEVEL
help
help
- zlib library
+ A library implementing the 'deflate' compression method
+
+ http://www.zlib.net/
This page took
0.023632 seconds
and
4
git commands to generate.