mirror of
https://github.com/hanwckf/immortalwrt-mt798x.git
synced 2025-01-10 11:09:57 +08:00
ARM: fix XZ decompressor stub build failure on strstr()
SVN-Revision: 33915
This commit is contained in:
parent
b5c27880ee
commit
df6f9072ab
@ -0,0 +1,10 @@
|
||||
--- a/arch/arm/boot/compressed/decompress.c
|
||||
+++ b/arch/arm/boot/compressed/decompress.c
|
||||
@@ -47,6 +47,7 @@ extern void error(char *);
|
||||
#ifdef CONFIG_KERNEL_XZ
|
||||
#define memmove memmove
|
||||
#define memcpy memcpy
|
||||
+extern char * strstr(const char *, const char *);
|
||||
#include "../../../../lib/decompress_unxz.c"
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user