summaryrefslogtreecommitdiffstats
path: root/target/linux/uml/patches-2.6.38/901-lib_zlib_deflate_visible.patch
diff options
context:
space:
mode:
authorflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>2011-05-02 07:57:25 +0000
committerflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>2011-05-02 07:57:25 +0000
commit4c6cfc925c234a4f385b198ce406122db93ca1be (patch)
treefb09799d4fd0c537e02b1f8a25353c1e301e1357 /target/linux/uml/patches-2.6.38/901-lib_zlib_deflate_visible.patch
parentcbc75e81c27cee9cca3e8bca67df3b6a3493ac36 (diff)
[uml] update to 2.6.38
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26803 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/uml/patches-2.6.38/901-lib_zlib_deflate_visible.patch')
-rw-r--r--target/linux/uml/patches-2.6.38/901-lib_zlib_deflate_visible.patch14
1 files changed, 14 insertions, 0 deletions
diff --git a/target/linux/uml/patches-2.6.38/901-lib_zlib_deflate_visible.patch b/target/linux/uml/patches-2.6.38/901-lib_zlib_deflate_visible.patch
new file mode 100644
index 000000000..f4aba9bd7
--- /dev/null
+++ b/target/linux/uml/patches-2.6.38/901-lib_zlib_deflate_visible.patch
@@ -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