ar71xx: create firmware image for WP543 boards with 4/8/16MB of flash
SVN-Revision: 18075
This commit is contained in:
parent
71ca5a93a4
commit
4f1f99a63d
1 changed files with 15 additions and 3 deletions
|
@ -106,9 +106,21 @@ endef
|
|||
|
||||
define Image/Build/MyLoader
|
||||
-$(STAGING_DIR_HOST)/bin/mkmylofw -B $(2) \
|
||||
-p0x30000:0xc0000:al:0x80060000:kernel:$(KDIR)/vmlinux.bin.lzma \
|
||||
-p0xf0000:0:::rootfs:$(KDIR)/root.$(1) \
|
||||
$(call imgname,$(1),$(2)).img
|
||||
-p0x030000:0xd0000:al:0x80060000:kernel:$(KDIR)/vmlinux.bin.lzma \
|
||||
-p0x100000:0:::rootfs:$(KDIR)/root.$(1) \
|
||||
$(call imgname,$(1),$(2))-2M.img
|
||||
-$(STAGING_DIR_HOST)/bin/mkmylofw -B $(2) -s 0x400000 \
|
||||
-p0x030000:0xd0000:al:0x80060000:kernel:$(KDIR)/vmlinux.bin.lzma \
|
||||
-p0x100000:0:::rootfs:$(KDIR)/root.$(1) \
|
||||
$(call imgname,$(1),$(2))-4M.img
|
||||
-$(STAGING_DIR_HOST)/bin/mkmylofw -B $(2) -s 0x800000 \
|
||||
-p0x030000:0xd0000:al:0x80060000:kernel:$(KDIR)/vmlinux.bin.lzma \
|
||||
-p0x100000:0:::rootfs:$(KDIR)/root.$(1) \
|
||||
$(call imgname,$(1),$(2))-8M.img
|
||||
-$(STAGING_DIR_HOST)/bin/mkmylofw -B $(2) -s 0x1000000 \
|
||||
-p0x030000:0xd0000:al:0x80060000:kernel:$(KDIR)/vmlinux.bin.lzma \
|
||||
-p0x100000:0:::rootfs:$(KDIR)/root.$(1) \
|
||||
$(call imgname,$(1),$(2))-16M.img
|
||||
endef
|
||||
|
||||
define Image/Build/UBNT
|
||||
|
|
Loading…
Reference in a new issue