aboutsummaryrefslogtreecommitdiffstats
path: root/target
diff options
context:
space:
mode:
authorJonas Gorski <jogo@openwrt.org>2013-05-30 10:50:58 +0000
committerJonas Gorski <jogo@openwrt.org>2013-05-30 10:50:58 +0000
commite6425d76d9a8a4a88d7e654f805bfc49befc7aef (patch)
treee438550205ab788ec3ffdd0e83c14dff9cea2263 /target
parent56ecc368ec98474d72965c48a1f9474803b8df3e (diff)
downloadupstream-e6425d76d9a8a4a88d7e654f805bfc49befc7aef.tar.gz
upstream-e6425d76d9a8a4a88d7e654f805bfc49befc7aef.tar.bz2
upstream-e6425d76d9a8a4a88d7e654f805bfc49befc7aef.zip
AA: uml: remove obsolete patch breaking compilation
This is now handled by a generic, more complete patch. Reported-by: Markus Stenberg <markus.stenberg@iki.fi> Signed-off-by: Jonas Gorski <jogo@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@36769 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target')
-rw-r--r--target/linux/uml/patches-3.3/901-lib_zlib_deflate_visible.patch14
1 files changed, 0 insertions, 14 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
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