diff options
author | Nicolas Thill <nico@openwrt.org> | 2009-01-29 17:14:20 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2009-01-29 17:14:20 +0000 |
commit | b839bd2111a5509e53041cd7308a58718f0b5a6c (patch) | |
tree | 22f5bc78e37d7dff34b9a26a6ca857871dd3fb49 /target | |
parent | 41a9749fdffe2aeada04488e835885ea72e77e6a (diff) | |
download | upstream-b839bd2111a5509e53041cd7308a58718f0b5a6c.tar.gz upstream-b839bd2111a5509e53041cd7308a58718f0b5a6c.tar.bz2 upstream-b839bd2111a5509e53041cd7308a58718f0b5a6c.zip |
uml: add a patch to make ZLIB_DEFLATE visible, so that CONFIG_ZLIB_DEFLATE=y is honored
SVN-Revision: 14268
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/uml/patches/901-lib_zlib_deflate_visible.patch | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/target/linux/uml/patches/901-lib_zlib_deflate_visible.patch b/target/linux/uml/patches/901-lib_zlib_deflate_visible.patch new file mode 100644 index 0000000000..bac8fcfa97 --- /dev/null +++ b/target/linux/uml/patches/901-lib_zlib_deflate_visible.patch @@ -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 |