[kernel] uml: add a patch to make ZLIB_DEFLATE visible, so that CONFIG_ZLIB_DEFLATE...
authorNicolas Thill <nico@openwrt.org>
Thu, 29 Jan 2009 17:14:20 +0000 (17:14 +0000)
committerNicolas Thill <nico@openwrt.org>
Thu, 29 Jan 2009 17:14:20 +0000 (17:14 +0000)
SVN-Revision: 14268

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

diff --git a/target/linux/uml/patches/901-lib_zlib_deflate_visible.patch b/target/linux/uml/patches/901-lib_zlib_deflate_visible.patch
new file mode 100644 (file)
index 0000000..bac8fcf
--- /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
+@@ -83,7 +83,7 @@ config ZLIB_INFLATE
+       tristate
+ config ZLIB_DEFLATE
+-      tristate
++      tristate "Zlib compression"
+ config LZO_COMPRESS
+       tristate