2
0
forked from Ivasoft/openwrt

ar71xx: add sysupgrade support for OpenMesh MR600v2

Signed-off-by: Marek Lindner <marek@open-mesh.com>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>

SVN-Revision: 35430
This commit is contained in:
Gabor Juhos
2013-02-01 15:50:47 +00:00
parent 2af995ba1d
commit 979676ffcc
2 changed files with 3 additions and 0 deletions

View File

@@ -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
;;