Date:2010-04-28 12:46:38 (13 years 7 months ago)
Author:juhosg
Commit:24ddbc0d464c9ff493a787e9d92a87276bc4c081
Message:backfire: ar71xx: create separate 'factory' and 'sysupgrade' images for the Planex boards (backport of r21175)

git-svn-id: svn://svn.openwrt.org/openwrt/branches/backfire@21230 3c298f89-4303-0410-b956-a3cf2f4a3e73
Files: target/linux/ar71xx/image/Makefile (1 diff)

Change Details

target/linux/ar71xx/image/Makefile
273273            -d $(KDIR)/vmlinux-$(2).bin.gz $(KDIR)/vmlinux-$(2).uImage; \
274274        ( \
275275            dd if=$(KDIR)/vmlinux-$(2).uImage bs=1408k conv=sync; \
276            dd if=$(KDIR)/root.$(1) bs=6208k conv=sync; \
277        ) > $(call imgname,$(1),$(2)).bin; \
276            dd if=$(KDIR)/root.$(1); \
277        ) > $(call imgname,$(1),$(2))-sysupgrade.bin; \
278278        $(STAGING_DIR_HOST)/bin/mkplanexfw \
279279            -B $(2) \
280280            -v 2.00.00 \
281            -i $(call imgname,$(1),$(2)).bin \
282            -o $(call imgname,$(1),$(2)).webui; \
281            -i $(call imgname,$(1),$(2))-sysupgrade.bin \
282            -o $(call imgname,$(1),$(2))-factory.bin; \
283283    fi; fi
284284endef
285285

Archive Download the corresponding diff file



interactive