diff options
author | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2010-02-10 08:48:33 +0000 |
---|---|---|
committer | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2010-02-10 08:48:33 +0000 |
commit | 1b043cb00c034f51af0a07fe6a91539938fa6d17 (patch) | |
tree | 0d125c708ddf9f169d462a5b14da36e7e98cc736 /target/linux/uml/patches-2.6.30/901-lib_zlib_deflate_visible.patch | |
parent | a02f62c75f5990e1ae196f9cd23d2c1ffd582af7 (diff) |
[uml] move 2.6.30 patches to their appropriate directory
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19572 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/uml/patches-2.6.30/901-lib_zlib_deflate_visible.patch')
-rw-r--r-- | target/linux/uml/patches-2.6.30/901-lib_zlib_deflate_visible.patch | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/target/linux/uml/patches-2.6.30/901-lib_zlib_deflate_visible.patch b/target/linux/uml/patches-2.6.30/901-lib_zlib_deflate_visible.patch new file mode 100644 index 000000000..b71a67331 --- /dev/null +++ b/target/linux/uml/patches-2.6.30/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 |