diff options
author | Florian Fainelli <florian@openwrt.org> | 2013-03-17 19:46:43 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2013-03-17 19:46:43 +0000 |
commit | 2c39c0cdbd6c332e538bd12ce190b2690ed8c319 (patch) | |
tree | 12e83b163a8ce10a19150ca67b38cde186c0a38b /target | |
parent | 27513dcee7ccc45a1ef7b2567e892bfe1aaa35ec (diff) | |
download | upstream-2c39c0cdbd6c332e538bd12ce190b2690ed8c319.tar.gz upstream-2c39c0cdbd6c332e538bd12ce190b2690ed8c319.tar.bz2 upstream-2c39c0cdbd6c332e538bd12ce190b2690ed8c319.zip |
uml: remove 3.2 patches
Signed-off-by: Florian Fainelli <florian@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36076 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/uml/patches-3.2/901-lib_zlib_deflate_visible.patch | 14 |
1 files changed, 0 insertions, 14 deletions
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 index f4aba9bd7a..0000000000 --- a/target/linux/uml/patches-3.2/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 -@@ -98,7 +98,7 @@ config ZLIB_INFLATE - tristate - - config ZLIB_DEFLATE -- tristate -+ tristate "Zlib compression" - - config LZO_COMPRESS - tristate |