mirror of https://github.com/hak5/openwrt-owl.git
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…
Reference in New Issue