You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
276 B
15 lines
276 B
16 years ago
|
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
|