1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-10-19 14:08:17 +02:00
openwrt/target/linux/generic
Felix Fietkau f9da6238e4 kernel: fix MIPS memory function optimization build error in decompressor
Fixes the following build error:
  CC      arch/mips/boot/compressed/decompress.o
  OBJCOPY arch/mips/boot/compressed/vmlinux.bin
  XZKERN  arch/mips/boot/compressed/vmlinux.bin.z
  OBJCOPY arch/mips/boot/compressed/piggy.o
  LD      vmlinuz
arch/mips/boot/compressed/decompress.o: In function `lzma2_lzma':
/tmp2/mehrtens/linux/arch/mips/boot/compressed/../../../../lib/xz/xz_dec_lzma2.c:884: undefined reference to `memmove'
make[1]: *** [vmlinuz] Error 1
make: *** [vmlinuz] Error 2

lib/decompress_unxz.c only defines its own memmove function if there is no
macro with the same name.

Signed-off-by: Felix Fietkau <nbd@nbd.name>
2017-02-28 20:22:10 +01:00
..
base-files
files kernel: mtdsplit: Add support for Mikrotik NOR firmware 2017-02-22 22:52:19 +01:00
image treewide: replace nbd@openwrt.org with nbd@nbd.name 2016-06-07 08:58:42 +02:00
patches-3.18 kernel: fix crashes on MIPS when loading kernel modules under memory pressure 2017-02-15 12:35:17 +01:00
patches-4.4 kernel: update kernel 4.4 to 4.4.50 2017-02-23 10:40:21 +01:00
patches-4.9 kernel: fix MIPS memory function optimization build error in decompressor 2017-02-28 20:22:10 +01:00
config-3.18 kernel: sort generic configs 2017-02-28 11:49:35 +01:00
config-4.4 kernel: sort generic configs 2017-02-28 11:49:35 +01:00
config-4.9 kernel: sort generic configs 2017-02-28 11:49:35 +01:00
PATCHES