diff options
author | Florian Fainelli <florian@openwrt.org> | 2012-04-23 12:33:19 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2012-04-23 12:33:19 +0000 |
commit | 5eeee1f80edab89f567cf4b3fa4963a91a446092 (patch) | |
tree | 1db8caa8fd5bc171fe111e1f20c919089952475e /target/linux/uml/patches-3.3 | |
parent | 5d0f47e4bb8313ea3a7e4daaeeca4ba3c387f54e (diff) | |
download | upstream-5eeee1f80edab89f567cf4b3fa4963a91a446092.tar.gz upstream-5eeee1f80edab89f567cf4b3fa4963a91a446092.tar.bz2 upstream-5eeee1f80edab89f567cf4b3fa4963a91a446092.zip |
add 3.3 support
SVN-Revision: 31445
Diffstat (limited to 'target/linux/uml/patches-3.3')
-rw-r--r-- | target/linux/uml/patches-3.3/901-lib_zlib_deflate_visible.patch | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/target/linux/uml/patches-3.3/901-lib_zlib_deflate_visible.patch b/target/linux/uml/patches-3.3/901-lib_zlib_deflate_visible.patch new file mode 100644 index 0000000000..f4aba9bd7a --- /dev/null +++ b/target/linux/uml/patches-3.3/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 |