mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2025-12-07 05:04:00 -05:00
ath79: mikrotik: generate a RouterBOOT v7 NOR compatible sysupgrade
RouterBOOT v7 for NOR devices does not support the historic yaffs "kernel" ELF boot method. Generate a compatible kernel Signed-off-by: John Thomson <git@johnthomson.fastmail.com.au>
This commit is contained in:
parent
7276e28e47
commit
502e6253a1
@ -13,6 +13,10 @@ define Device/mikrotik_nor
|
||||
IMAGE/sysupgrade.bin := append-kernel | yaffs-filesystem -M | \
|
||||
pad-to $$$$(BLOCKSIZE) | append-rootfs | pad-rootfs | \
|
||||
check-size | append-metadata
|
||||
IMAGES += sysupgrade-v7.bin
|
||||
IMAGE/sysupgrade-v7.bin := append-kernel | kernel-pack-npk | \
|
||||
yaffs-filesystem -M | pad-to $$$$(BLOCKSIZE) | \
|
||||
append-rootfs | pad-rootfs | check-size | append-metadata
|
||||
endef
|
||||
|
||||
define Device/mikrotik_nand
|
||||
|
||||
Loading…
Reference in New Issue
Block a user