From: jogo Date: Thu, 30 May 2013 10:50:58 +0000 (+0000) Subject: AA: uml: remove obsolete patch breaking compilation X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=16667a2b2656334f5c5ef58d4c2167394251dd81;p=12.09%2Fopenwrt.git 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 git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@36769 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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 f2b6547..0000000 --- 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