1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-09-06 03:45:51 +03:00
openwrt-xburst/target/linux/uml/patches-3.3/901-lib_zlib_deflate_visible.patch

15 lines
278 B
Diff
Raw Normal View History

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