add support for 3.6 kernel

Signed-off-by: Florian Fainelli <florian@openwrt.org>

SVN-Revision: 34211
This commit is contained in:
Florian Fainelli 2012-11-16 16:32:26 +00:00
parent c555479127
commit f98ac68e0e

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
@@ -108,7 +108,7 @@ config ZLIB_INFLATE
tristate
config ZLIB_DEFLATE
- tristate
+ tristate "Zlib compression"
config LZO_COMPRESS
tristate