summaryrefslogtreecommitdiffstats
path: root/target/linux/uml
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2013-03-17 19:47:04 +0000
committerFlorian Fainelli <florian@openwrt.org>2013-03-17 19:47:04 +0000
commitfe157ea1ba8ff29736fb1fa05b149ef165262699 (patch)
treece9d0642df10c02b34bedbceb818b25e163c1b5d /target/linux/uml
parent189821811926be8ec1da1f90de14bbcdf290b012 (diff)
downloadmaster-31e0f0ae-fe157ea1ba8ff29736fb1fa05b149ef165262699.tar.gz
master-31e0f0ae-fe157ea1ba8ff29736fb1fa05b149ef165262699.tar.bz2
master-31e0f0ae-fe157ea1ba8ff29736fb1fa05b149ef165262699.zip
uml: remove 3.6 kernel patches
Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 36080
Diffstat (limited to 'target/linux/uml')
-rw-r--r--target/linux/uml/patches-3.6/901-lib_zlib_deflate_visible.patch14
1 files changed, 0 insertions, 14 deletions
diff --git a/target/linux/uml/patches-3.6/901-lib_zlib_deflate_visible.patch b/target/linux/uml/patches-3.6/901-lib_zlib_deflate_visible.patch
deleted file mode 100644
index 0c3eca1775..0000000000
--- a/target/linux/uml/patches-3.6/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
-@@ -178,7 +178,7 @@ config ZLIB_INFLATE
- tristate
-
- config ZLIB_DEFLATE
-- tristate
-+ tristate "Zlib compression"
-
- config LZO_COMPRESS
- tristate