Skip to content
Snippets Groups Projects
Commit b1dbe602 authored by Felix Fietkau's avatar Felix Fietkau
Browse files

ar71xx: fix legacy image build error


Signed-off-by: default avatarFelix Fietkau <nbd@nbd.name>
parent 1b17f4f2
No related branches found
No related tags found
No related merge requests found
...@@ -199,7 +199,7 @@ define Image/BuildLoader ...@@ -199,7 +199,7 @@ define Image/BuildLoader
LZMA_TEXT_START=0x80a00000 LOADADDR=0x80060000 \ LZMA_TEXT_START=0x80a00000 LOADADDR=0x80060000 \
LOADER_DATA="$(KDIR)/vmlinux$(5).bin.lzma" BOARD="$(1)" \ LOADER_DATA="$(KDIR)/vmlinux$(5).bin.lzma" BOARD="$(1)" \
compile loader.$(2) compile loader.$(2)
-$(CP) $(KDIR)/loader-$(1).$(2) $(KDIR)/loader-$(1)$(5).$(2) -$(if $(5),$(CP) $(KDIR)/loader-$(1).$(2) $(KDIR)/loader-$(1)$(5).$(2))
endef endef
# #
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment