projects
/
openwrt.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
ixp4xx: backport r21893 wrt300nv2 mac fix to 2.6.32
[openwrt.git]
/
target
/
linux
/
uml
/
patches-2.6.33
/
901-lib_zlib_deflate_visible.patch
1
make ZLIB_DEFLATE visible, so that we can choose whether we want it built-in
2
or as a module
3
4
--- a/lib/Kconfig
5
+++ b/lib/Kconfig
6
@@ -95,7 +95,7 @@ config ZLIB_INFLATE
7
tristate
8
9
config ZLIB_DEFLATE
10
- tristate
11
+ tristate "Zlib compression"
12
13
config LZO_COMPRESS
14
tristate
This page took
0.041041 seconds
and
5
git commands to generate.