diff options
author | Florian Fainelli <florian@openwrt.org> | 2010-03-14 17:20:45 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2010-03-14 17:20:45 +0000 |
commit | 558f9342d5c27c7cd959817cd565251036069b5d (patch) | |
tree | 9bb14e705de95dca38978b6f59fda07f0988c39c /target/linux/uml/patches-2.6.34/901-lib_zlib_deflate_visible.patch | |
parent | 2e94e94a091bd4088ee350d868ac58ee426fdde0 (diff) | |
download | upstream-558f9342d5c27c7cd959817cd565251036069b5d.tar.gz upstream-558f9342d5c27c7cd959817cd565251036069b5d.tar.bz2 upstream-558f9342d5c27c7cd959817cd565251036069b5d.zip |
add 2.6.34 support
SVN-Revision: 20208
Diffstat (limited to 'target/linux/uml/patches-2.6.34/901-lib_zlib_deflate_visible.patch')
-rw-r--r-- | target/linux/uml/patches-2.6.34/901-lib_zlib_deflate_visible.patch | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/target/linux/uml/patches-2.6.34/901-lib_zlib_deflate_visible.patch b/target/linux/uml/patches-2.6.34/901-lib_zlib_deflate_visible.patch new file mode 100644 index 0000000000..b71a673314 --- /dev/null +++ b/target/linux/uml/patches-2.6.34/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 +@@ -92,7 +92,7 @@ config ZLIB_INFLATE + tristate + + config ZLIB_DEFLATE +- tristate ++ tristate "Zlib compression" + + config LZO_COMPRESS + tristate |