mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-03-03 13:43:47 +01:00
imx: cortexa53: update supported devices
Add some additional Gateworks Venice boards to sysupgrade support.
Signed-off-by: Tim Harvey <tharvey@gateworks.com>
Link: https://github.com/openwrt/openwrt/pull/22202
Signed-off-by: Robert Marko <robimarko@gmail.com>
(cherry picked from commit a9f4daa3fe)
This commit is contained in:
parent
df1c769d47
commit
fb7df780e4
2 changed files with 5 additions and 0 deletions
|
|
@ -1,6 +1,7 @@
|
|||
|
||||
enable_image_metadata_check() {
|
||||
case "$(board_name)" in
|
||||
gateworks,imx8m*|\
|
||||
gw,imx8m*)
|
||||
REQUIRE_IMAGE_METADATA=1
|
||||
;;
|
||||
|
|
|
|||
|
|
@ -58,7 +58,11 @@ define Device/gateworks_venice
|
|||
gw,imx8mn-gw7902 \
|
||||
gw,imx8mm-gw7903 \
|
||||
gateworks,imx8mp-gw71xx-2x \
|
||||
gateworks,imx8mp-gw72xx-2x \
|
||||
gateworks,imx8mp-gw73xx-2x \
|
||||
gateworks,imx8mp-gw74xx \
|
||||
gateworks,imx8mm-gw75xx-0x \
|
||||
gateworks,imx8mp-gw75xx-2x \
|
||||
gateworks,imx8mm-gw7904 \
|
||||
gateworks,imx8mm-gw7905-0x \
|
||||
gateworks,imx8mp-gw7905-2x
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue