diff options
| author | Tim Harvey | 2025-02-13 18:37:50 +0000 |
|---|---|---|
| committer | Hauke Mehrtens | 2025-02-25 21:59:14 +0000 |
| commit | c51d899790441e0a37aa0996742369436550eb25 (patch) | |
| tree | 574e83ac6ae8741c9a166aa469e080ad1cc03f6b | |
| parent | 79ba16309029879b0678dc0525b0a56eef5e4acf (diff) | |
| download | openwrt-c51d899790441e0a37aa0996742369436550eb25.tar.gz | |
imx: cortexa53: fix sysupgrade image device support for venice
Set the SUPPORTED_DEVICES Device var so that sysupgrade images
are supported without a force.
Signed-off-by: Tim Harvey <tharvey@gateworks.com>
Link: https://github.com/openwrt/openwrt/pull/17964
(cherry picked from commit 5a124ff167ed42e28dba2805793b5ddcece0eb50)
Link: https://github.com/openwrt/openwrt/pull/18093
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
| -rw-r--r-- | target/linux/imx/image/cortexa53.mk | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/target/linux/imx/image/cortexa53.mk b/target/linux/imx/image/cortexa53.mk index 7458162da3..ec3623e8e7 100644 --- a/target/linux/imx/image/cortexa53.mk +++ b/target/linux/imx/image/cortexa53.mk @@ -46,6 +46,21 @@ define Device/gateworks_venice FILESYSTEMS := squashfs ext4 DEVICE_VENDOR := Gateworks DEVICE_MODEL := i.MX8M Venice + SUPPORTED_DEVICES := \ + gw,imx8mm-gw71xx-0x \ + gw,imx8mm-gw72xx-0x \ + gw,imx8mp-gw72xx-2x \ + gw,imx8mm-gw73xx-0x \ + gw,imx8mp-gw73xx-2x \ + gw,imx8mm-gw7901 \ + gw,imx8mm-gw7902 \ + gw,imx8mn-gw7902 \ + gw,imx8mm-gw7903 \ + gateworks,imx8mp-gw71xx-2x \ + gateworks,imx8mp-gw74xx \ + gateworks,imx8mm-gw7904 \ + gateworks,imx8mm-gw7905-0x \ + gateworks,imx8mp-gw7905-2x BOOT_SCRIPT := gateworks_venice PARTITION_OFFSET := 16M DEVICE_DTS := $(basename $(notdir $(wildcard $(DTS_DIR)/freescale/imx8m*-venice*.dts))) |