summaryrefslogtreecommitdiff
path: root/target/linux/uml/patches-2.6.30/901-lib_zlib_deflate_visible.patch
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2010-05-02 16:33:34 +0000
committerNicolas Thill <nico@openwrt.org>2010-05-02 16:33:34 +0000
commita09235eca6c3c16fcafbd64765d8ec3047388ee0 (patch)
treef2235bb2c3cb1c2591ade3b14ff190a562001038 /target/linux/uml/patches-2.6.30/901-lib_zlib_deflate_visible.patch
parente6bf527f827f606f7106666c4811ccf35b6de238 (diff)
downloadmtk-20170518-a09235eca6c3c16fcafbd64765d8ec3047388ee0.zip
mtk-20170518-a09235eca6c3c16fcafbd64765d8ec3047388ee0.tar.gz
mtk-20170518-a09235eca6c3c16fcafbd64765d8ec3047388ee0.tar.bz2
target/uml: bump to 2.6.32.12
SVN-Revision: 21301
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.patch14
1 files changed, 0 insertions, 14 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
deleted file mode 100644
index b71a673..0000000
--- a/target/linux/uml/patches-2.6.30/901-lib_zlib_deflate_visible.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-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