mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-02 01:02:49 +02:00
8acb40303e
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21290 3c298f89-4303-0410-b956-a3cf2f4a3e73
15 lines
276 B
Diff
15 lines
276 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
|
|
@@ -95,7 +95,7 @@ config ZLIB_INFLATE
|
|
tristate
|
|
|
|
config ZLIB_DEFLATE
|
|
- tristate
|
|
+ tristate "Zlib compression"
|
|
|
|
config LZO_COMPRESS
|
|
tristate
|