From 1ea3f470d0d80bdacc115fc40bc56669b47691f2 Mon Sep 17 00:00:00 2001 From: Jonas Gorski Date: Thu, 30 May 2013 10:50:58 +0000 Subject: [PATCH 1/1] AA: uml: remove obsolete patch breaking compilation This is now handled by a generic, more complete patch. Reported-by: Markus Stenberg Signed-off-by: Jonas Gorski SVN-Revision: 36769 --- .../patches-3.3/901-lib_zlib_deflate_visible.patch | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 target/linux/uml/patches-3.3/901-lib_zlib_deflate_visible.patch 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 deleted file mode 100644 index f2b6547d58..0000000000 --- a/target/linux/uml/patches-3.3/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 -@@ -108,7 +108,7 @@ config ZLIB_INFLATE - tristate - - config ZLIB_DEFLATE -- tristate -+ tristate "Zlib compression" - - config LZO_COMPRESS - tristate -- 2.30.2