X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=target%2Flinux%2Far71xx%2Fbase-files%2Flib%2Fupgrade%2Fopenmesh.sh;h=2575b0a7f0cf78e23fcc139d740a5dcb81ccc13c;hb=4a542d0037833147f97c85fe2f84e11b5e1cc7b5;hp=ccce81174eaf30ac0739c206350d520017095d72;hpb=7c1e2a9c6df9d161fb75519b7854356748bdf649;p=openwrt%2Fsvn-archive%2Farchive.git diff --git a/target/linux/ar71xx/base-files/lib/upgrade/openmesh.sh b/target/linux/ar71xx/base-files/lib/upgrade/openmesh.sh index ccce81174e..2575b0a7f0 100644 --- a/target/linux/ar71xx/base-files/lib/upgrade/openmesh.sh +++ b/target/linux/ar71xx/base-files/lib/upgrade/openmesh.sh @@ -64,6 +64,7 @@ platform_check_image_openmesh() ;; MR600) [ "$board" = "mr600" ] && break + [ "$board" = "mr600v2" ] && break echo "Invalid image board target ($img_board_target) for this platform: $board. Use the correct image for this platform" return 1 ;;