Root/target/linux/generic/patches-3.6/061-arm_xz_decompressor_build_fix.patch

1--- a/arch/arm/boot/compressed/decompress.c
2+++ b/arch/arm/boot/compressed/decompress.c
3@@ -47,6 +47,7 @@ extern void error(char *);
4 #ifdef CONFIG_KERNEL_XZ
5 #define memmove memmove
6 #define memcpy memcpy
7+extern char * strstr(const char *, const char *);
8 #include "../../../../lib/decompress_unxz.c"
9 #endif
10 
11

Archive Download this file



interactive