aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/uml/patches-2.6.38/901-lib_zlib_deflate_visible.patch
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2011-05-02 07:57:25 +0000
committerFlorian Fainelli <florian@openwrt.org>2011-05-02 07:57:25 +0000
commitd78ee5b5becdeb2325e1cea35e47a19848a97bbe (patch)
treefb09799d4fd0c537e02b1f8a25353c1e301e1357 /target/linux/uml/patches-2.6.38/901-lib_zlib_deflate_visible.patch
parentb7a045a26169fdf2a46ec5136f36126bc425d9d2 (diff)
downloadupstream-d78ee5b5becdeb2325e1cea35e47a19848a97bbe.tar.gz
upstream-d78ee5b5becdeb2325e1cea35e47a19848a97bbe.tar.bz2
upstream-d78ee5b5becdeb2325e1cea35e47a19848a97bbe.zip
[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 0000000000..f4aba9bd7a
--- /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