forked from mirror/openwrt
ramips: 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
25677ef7ec
commit
560f679c3e
1 changed files with 4 additions and 0 deletions
|
|
@ -2098,6 +2098,10 @@ define Device/MikroTik
|
||||||
IMAGE/sysupgrade.bin := append-kernel | yaffs-filesystem -L | \
|
IMAGE/sysupgrade.bin := append-kernel | yaffs-filesystem -L | \
|
||||||
pad-to $$$$(BLOCKSIZE) | append-rootfs | pad-rootfs | check-size | \
|
pad-to $$$$(BLOCKSIZE) | append-rootfs | pad-rootfs | check-size | \
|
||||||
append-metadata
|
append-metadata
|
||||||
|
IMAGES += sysupgrade-v7.bin
|
||||||
|
IMAGE/sysupgrade-v7.bin := append-kernel | kernel-pack-npk | \
|
||||||
|
yaffs-filesystem -L | pad-to $$$$(BLOCKSIZE) | \
|
||||||
|
append-rootfs | pad-rootfs | check-size | append-metadata
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Device/mikrotik_ltap-2hnd
|
define Device/mikrotik_ltap-2hnd
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue