ar71xx: enable sysupgrade for the OpenMesh OM5P-ACv2
[openwrt.git] / target / linux / ar71xx / base-files / lib / upgrade / openmesh.sh
index 1cfead9..209cdaa 100644 (file)
@@ -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
                        ;;