add support for 3.6 kernel
Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 34211
This commit is contained in:
parent
c555479127
commit
f98ac68e0e
@ -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
|
Loading…
Reference in New Issue
Block a user