2
0
forked from Ivasoft/openwrt

add 2.6.37 support

SVN-Revision: 25484
This commit is contained in:
Florian Fainelli
2011-02-12 19:04:16 +00:00
parent 8b16eba876
commit b8b0e43cd5
6 changed files with 161 additions and 84 deletions

View File

@@ -0,0 +1,14 @@
make ZLIB_DEFLATE visible, so that we can choose whether we want it built-in
or as a module
--- a/lib/Kconfig
+++ b/lib/Kconfig
@@ -98,7 +98,7 @@ config ZLIB_INFLATE
tristate
config ZLIB_DEFLATE
- tristate
+ tristate "Zlib compression"
config LZO_COMPRESS
tristate