uml: add a patch to make ZLIB_DEFLATE visible, so that CONFIG_ZLIB_DEFLATE=y is honored
SVN-Revision: 14268
This commit is contained in:
parent
41a9749fdf
commit
b839bd2111
1 changed files with 14 additions and 0 deletions
14
target/linux/uml/patches/901-lib_zlib_deflate_visible.patch
Normal file
14
target/linux/uml/patches/901-lib_zlib_deflate_visible.patch
Normal file
|
@ -0,0 +1,14 @@
|
||||||
|
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
|
Loading…
Reference in a new issue