aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/uml
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2009-01-29 17:14:20 +0000
committerNicolas Thill <nico@openwrt.org>2009-01-29 17:14:20 +0000
commitab3a36b4a6ead6bf6cd93083730d1e879d553718 (patch)
treebd3f5ec52e469237d1db0a155c90453794611d21 /target/linux/uml
parent697b556cf05e2d7a6b7bffdf89fc96c38e73f5ea (diff)
downloadupstream-ab3a36b4a6ead6bf6cd93083730d1e879d553718.tar.gz
upstream-ab3a36b4a6ead6bf6cd93083730d1e879d553718.tar.bz2
upstream-ab3a36b4a6ead6bf6cd93083730d1e879d553718.zip
[kernel] uml: add a patch to make ZLIB_DEFLATE visible, so that CONFIG_ZLIB_DEFLATE=y is honored
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14268 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/uml')
-rw-r--r--target/linux/uml/patches/901-lib_zlib_deflate_visible.patch14
1 files changed, 14 insertions, 0 deletions
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
index 0000000000..bac8fcfa97
--- /dev/null
+++ b/target/linux/uml/patches/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
+@@ -83,7 +83,7 @@ config ZLIB_INFLATE
+ tristate
+
+ config ZLIB_DEFLATE
+- tristate
++ tristate "Zlib compression"
+
+ config LZO_COMPRESS
+ tristate