From a9de3a851a83d43f487f9ced2cf0326047aabc5a Mon Sep 17 00:00:00 2001 From: Gabor Juhos Date: Sat, 20 Jul 2013 07:37:27 +0000 Subject: linux: remove 3.7 support It is not used by any target. Signed-off-by: Gabor Juhos SVN-Revision: 37469 --- .../patches-3.7/061-arm_xz_decompressor_build_fix.patch | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 target/linux/generic/patches-3.7/061-arm_xz_decompressor_build_fix.patch (limited to 'target/linux/generic/patches-3.7/061-arm_xz_decompressor_build_fix.patch') diff --git a/target/linux/generic/patches-3.7/061-arm_xz_decompressor_build_fix.patch b/target/linux/generic/patches-3.7/061-arm_xz_decompressor_build_fix.patch deleted file mode 100644 index e39a429472..0000000000 --- a/target/linux/generic/patches-3.7/061-arm_xz_decompressor_build_fix.patch +++ /dev/null @@ -1,10 +0,0 @@ ---- a/arch/arm/boot/compressed/decompress.c -+++ b/arch/arm/boot/compressed/decompress.c -@@ -50,6 +50,7 @@ extern char * strstr(const char * s1, co - #ifdef CONFIG_KERNEL_XZ - #define memmove memmove - #define memcpy memcpy -+extern char * strstr(const char *, const char *); - #include "../../../../lib/decompress_unxz.c" - #endif - -- cgit v1.2.3