From 6b0d279ca58bf6173b57c7e9b759be4552eab74a Mon Sep 17 00:00:00 2001 From: Stijn Tintel Date: Fri, 21 Oct 2016 17:50:39 +0300 Subject: ar71xx: build relocate stub for generic and legacy images Signed-off-by: Stijn Tintel Acked-by: John Crispin --- target/linux/ar71xx/image/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'target/linux/ar71xx/image/Makefile') diff --git a/target/linux/ar71xx/image/Makefile b/target/linux/ar71xx/image/Makefile index 56e07d8..26e9558 100644 --- a/target/linux/ar71xx/image/Makefile +++ b/target/linux/ar71xx/image/Makefile @@ -79,8 +79,11 @@ define Build/loader-okli endef define Build/relocate-kernel + rm -rf $(KDIR)/relocate + $(CP) ../../generic/image/relocate $(KDIR) + $(MAKE) -C $(KDIR)/relocate KERNEL_ADDR=$(KERNEL_LOADADDR) CROSS_COMPILE=$(TARGET_CROSS) ( \ - dd if=$(KDIR)/relocate.bin bs=32 conv=sync && \ + dd if=$(KDIR)/relocate/loader.bin bs=32 conv=sync && \ perl -e '@s = stat("$@"); print pack("N", @s[7])' && \ cat "$@" \ ) > "$@.new" -- cgit v1.1