diff options
author | Florian Fainelli <florian@openwrt.org> | 2013-03-17 19:47:04 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2013-03-17 19:47:04 +0000 |
commit | fe157ea1ba8ff29736fb1fa05b149ef165262699 (patch) | |
tree | ce9d0642df10c02b34bedbceb818b25e163c1b5d /target/linux/uml | |
parent | 189821811926be8ec1da1f90de14bbcdf290b012 (diff) | |
download | upstream-fe157ea1ba8ff29736fb1fa05b149ef165262699.tar.gz upstream-fe157ea1ba8ff29736fb1fa05b149ef165262699.tar.bz2 upstream-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.patch | 14 |
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 |