summaryrefslogtreecommitdiffstats
path: root/target/linux/ar7
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2012-11-12 12:49:47 +0000
committerFlorian Fainelli <florian@openwrt.org>2012-11-12 12:49:47 +0000
commita8c492dbb37a4f5213e428e011913e584dcb0bf7 (patch)
tree3ba1badc50936096304c188c644faca3cfd3e7e5 /target/linux/ar7
parent5cddb170cdbe2ab2cdfd3e24cd025b387baa5438 (diff)
downloadmaster-31e0f0ae-a8c492dbb37a4f5213e428e011913e584dcb0bf7.tar.gz
master-31e0f0ae-a8c492dbb37a4f5213e428e011913e584dcb0bf7.tar.bz2
master-31e0f0ae-a8c492dbb37a4f5213e428e011913e584dcb0bf7.zip
MIPS: add a build fix for arch/mips/boot/compressed/decompress.c
And get rid of the AR7 patch because at least the Alchemy SoC also needs it Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 34170
Diffstat (limited to 'target/linux/ar7')
-rw-r--r--target/linux/ar7/patches-3.6/100-decompressor_memcpy_fix.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/target/linux/ar7/patches-3.6/100-decompressor_memcpy_fix.patch b/target/linux/ar7/patches-3.6/100-decompressor_memcpy_fix.patch
deleted file mode 100644
index 56c8b31603..0000000000
--- a/target/linux/ar7/patches-3.6/100-decompressor_memcpy_fix.patch
+++ /dev/null
@@ -1,12 +0,0 @@
---- a/arch/mips/boot/compressed/decompress.c
-+++ b/arch/mips/boot/compressed/decompress.c
-@@ -44,6 +44,9 @@ void error(char *x)
- #define STATIC static
-
- #ifdef CONFIG_KERNEL_GZIP
-+#ifdef memcpy
-+#undef memcpy
-+#endif
- void *memcpy(void *dest, const void *src, size_t n)
- {
- int i;