add support for 3.6 kernel
authorFlorian Fainelli <florian@openwrt.org>
Fri, 16 Nov 2012 16:32:26 +0000 (16:32 +0000)
committerFlorian Fainelli <florian@openwrt.org>
Fri, 16 Nov 2012 16:32:26 +0000 (16:32 +0000)
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 34211

target/linux/uml/patches-3.6/901-lib_zlib_deflate_visible.patch [new file with mode: 0644]

diff --git a/target/linux/uml/patches-3.6/901-lib_zlib_deflate_visible.patch b/target/linux/uml/patches-3.6/901-lib_zlib_deflate_visible.patch
new file mode 100644 (file)
index 0000000..f2b6547
--- /dev/null
@@ -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