1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-07-02 21:09:29 +03:00

[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
This commit is contained in:
nico 2009-01-29 17:14:20 +00:00
parent 8f9356df5b
commit 06aaed0c81

View File

@ -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