image: add recipe for legacy multiple images
authorRobert Marko <robimarko@gmail.com>
Wed, 26 Jun 2024 16:52:29 +0000 (18:52 +0200)
committerRobert Marko <robimarko@gmail.com>
Tue, 9 Jul 2024 10:33:17 +0000 (12:33 +0200)
commit905338ad609467e1117635a49c5f0c002f9ae237
treeb96268550dc099f1b54339c62a0d786b1ca90e2b
parentbb907d8d449a32da0f075e188cb22694c89e2281
image: add recipe for legacy multiple images

Asus RT-AX89X has modded U-Boot that boots FIT images fine when manually
using bootm command, however once the image is flashed and device boots via
the default bootcmd it only supports booting via legacy images.

More precisely, it requires the "multi" image format with:
1. kernel
2. ramdisk
3. DTB

So, lets add a recipe based on the existing uImage one.

Link: https://github.com/openwrt/openwrt/pull/15840
Signed-off-by: Robert Marko <robimarko@gmail.com>
include/image-commands.mk