uml: remove 3.2 patches
authorFlorian Fainelli <florian@openwrt.org>
Sun, 17 Mar 2013 19:46:43 +0000 (19:46 +0000)
committerFlorian Fainelli <florian@openwrt.org>
Sun, 17 Mar 2013 19:46:43 +0000 (19:46 +0000)
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 36076

target/linux/uml/patches-3.2/901-lib_zlib_deflate_visible.patch [deleted file]

diff --git a/target/linux/uml/patches-3.2/901-lib_zlib_deflate_visible.patch b/target/linux/uml/patches-3.2/901-lib_zlib_deflate_visible.patch
deleted file mode 100644 (file)
index f4aba9b..0000000
+++ /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
-@@ -98,7 +98,7 @@ config ZLIB_INFLATE
-       tristate
- config ZLIB_DEFLATE
--      tristate
-+      tristate "Zlib compression"
- config LZO_COMPRESS
-       tristate