ar71xx: enable sysupgrade for the OpenMesh OM5P-AN
[openwrt/staging/wigyori.git] / target / linux / ar71xx / base-files / lib / upgrade / openmesh.sh
index a897dca03e229be516fb6c1e5bf3ccc658692245..547116e6d49cfd5e1ad0755d8d8b258b36758ef1 100644 (file)
@@ -68,6 +68,7 @@ platform_check_image_openmesh()
                        ;;
                OM5P)
                        [ "$board" = "om5p" ] && break
+                       [ "$board" = "om5p-an" ] && break
                        echo "Invalid image board target ($img_board_target) for this platform: $board. Use the correct image for this platform"
                        return 1
                        ;;