mirror of
https://github.com/outbackdingo/openwrt.git
synced 2026-02-12 13:40:24 +00:00
ARM: fix XZ decompressor stub build failure on strstr()
SVN-Revision: 33915
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user