ar71xx: add sysupgrade support for OpenMesh MR900v2
[openwrt/svn-archive/archive.git] / target / linux / ar71xx / base-files / lib / upgrade / openmesh.sh
index 13d7415098cc85fbc516083869c6f8204a91eda4..a897dca03e229be516fb6c1e5bf3ccc658692245 100644 (file)
@@ -79,6 +79,7 @@ platform_check_image_openmesh()
                        ;;
                MR900)
                        [ "$board" = "mr900" ] && break
+                       [ "$board" = "mr900v2" ] && break
                        echo "Invalid image board target ($img_board_target) for this platform: $board. Use the correct image for this platform"
                        return 1
                        ;;