ar71xx: image: generate sysupgrade images for the Compex boards

Signed-off-by: Gabor Juhos <juhosg@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39391 3c298f89-4303-0410-b956-a3cf2f4a3e73
master
Gabor Juhos 2014-01-24 17:15:03 +00:00
parent 9cf7b25395
commit a03765d9c1
1 changed files with 4 additions and 2 deletions

View File

@ -457,11 +457,13 @@ define Image/Build/MyLoader
$(eval fwimage=$(KDIR_TMP)/$(2)-$(5)-firmware.bin) $(eval fwimage=$(KDIR_TMP)/$(2)-$(5)-firmware.bin)
$(call CatFiles,$(KDIR_TMP)/vmlinux-$(2).bin.lzma,65536,$(KDIR)/root.$(1),$(fwsize),$(fwimage)) $(call CatFiles,$(KDIR_TMP)/vmlinux-$(2).bin.lzma,65536,$(KDIR)/root.$(1),$(fwsize),$(fwimage))
if [ -e "$(fwimage)" ]; then \ if [ -e "$(fwimage)" ]; then \
cp $(fwimage) $(call imgname,$(1),$(2))-$(5)-sysupgrade.bin; \
$(STAGING_DIR_HOST)/bin/mkmylofw -B $(2) -s $(4) -v \ $(STAGING_DIR_HOST)/bin/mkmylofw -B $(2) -s $(4) -v \
-p0x00030000:0:al:0x80060000:firmware:$(fwimage) \ -p0x00030000:0:al:0x80060000:firmware:$(fwimage) \
$(call imgname,$(1),$(2))-$(5)-factory.img; \ $(call imgname,$(1),$(2))-$(5)-factory.img; \
true; \ echo -n "" > $(KDIR_TMP)/empty.bin; \
sh $(TOPDIR)/scripts/combined-image.sh \
$(fwimage) $(KDIR_TMP)/empty.bin \
$(call imgname,$(1),$(2))-$(5)-sysupgrade.bin; \
fi fi
endef endef