add support for 3.2

SVN-Revision: 30961
This commit is contained in:
Florian Fainelli
2012-03-17 11:55:53 +00:00
parent 9ef8de0e0a
commit 6e2c0fbe9f
2 changed files with 16 additions and 0 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