1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-08-20 18:59:00 +03:00
openwrt-xburst/target/linux/uml/patches-2.6.37/901-lib_zlib_deflate_visible.patch

15 lines
276 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
@@ -98,7 +98,7 @@ config ZLIB_INFLATE
tristate
config ZLIB_DEFLATE
- tristate
+ tristate "Zlib compression"
config LZO_COMPRESS
tristate