1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-08-22 19:49:21 +03:00
openwrt-xburst/target/linux/uml/patches-3.6/901-lib_zlib_deflate_visible.patch
juhosg b270e13375 kernel: update linux 3.6 to 3.6.7
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34227 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-11-18 08:41:31 +00:00

15 lines
278 B
Diff

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
@@ -178,7 +178,7 @@ config ZLIB_INFLATE
tristate
config ZLIB_DEFLATE
- tristate
+ tristate "Zlib compression"
config LZO_COMPRESS
tristate