X-Git-Url: https://git.archive.openwrt.org/?p=openwrt.git;a=blobdiff_plain;f=target%2Flinux%2Far71xx%2Fbase-files%2Flib%2Fupgrade%2Fopenmesh.sh;fp=target%2Flinux%2Far71xx%2Fbase-files%2Flib%2Fupgrade%2Fopenmesh.sh;h=209cdaaf90e5e623fb17c5c482f63e0d1c767479;hp=1cfead9ada5f28d7e9264f4d72c8ea5f683ae730;hb=aef9c51363621323b68029ae7db1671f2f43c9be;hpb=8b430a5c0818c972079d0343ea1370ab2ecbff70 diff --git a/target/linux/ar71xx/base-files/lib/upgrade/openmesh.sh b/target/linux/ar71xx/base-files/lib/upgrade/openmesh.sh index 1cfead9ada..209cdaaf90 100644 --- a/target/linux/ar71xx/base-files/lib/upgrade/openmesh.sh +++ b/target/linux/ar71xx/base-files/lib/upgrade/openmesh.sh @@ -74,6 +74,7 @@ platform_check_image_openmesh() ;; OM5PAC) [ "$board" = "om5p-ac" ] && break + [ "$board" = "om5p-acv2" ] && break echo "Invalid image board target ($img_board_target) for this platform: $board. Use the correct image for this platform" return 1 ;;