diff options
author | Florian Fainelli <florian@openwrt.org> | 2012-03-17 11:55:53 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2012-03-17 11:55:53 +0000 |
commit | 6e2c0fbe9fb68c610b2a062554bbcd94dc93961a (patch) | |
tree | 93beddb6d1a52ea048a7b93e99c14cf2859cd3eb /target/linux/uml/patches-3.2 | |
parent | 9ef8de0e0ae2f176e13f6f3cca8926b3a2fa6df5 (diff) | |
download | upstream-6e2c0fbe9fb68c610b2a062554bbcd94dc93961a.tar.gz upstream-6e2c0fbe9fb68c610b2a062554bbcd94dc93961a.tar.bz2 upstream-6e2c0fbe9fb68c610b2a062554bbcd94dc93961a.zip |
add support for 3.2
SVN-Revision: 30961
Diffstat (limited to 'target/linux/uml/patches-3.2')
-rw-r--r-- | target/linux/uml/patches-3.2/901-lib_zlib_deflate_visible.patch | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/target/linux/uml/patches-3.2/901-lib_zlib_deflate_visible.patch b/target/linux/uml/patches-3.2/901-lib_zlib_deflate_visible.patch new file mode 100644 index 0000000000..f4aba9bd7a --- /dev/null +++ b/target/linux/uml/patches-3.2/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 +@@ -98,7 +98,7 @@ config ZLIB_INFLATE + tristate + + config ZLIB_DEFLATE +- tristate ++ tristate "Zlib compression" + + config LZO_COMPRESS + tristate |