2
0
forked from Ivasoft/openwrt

ar71xx: add sysupgrade support for OpenMesh MR900v2

Signed-off-by: Sven Eckelmann <sven@open-mesh.com>

SVN-Revision: 43267
This commit is contained in:
John Crispin
2014-11-14 16:55:14 +00:00
parent 104be9f803
commit 52c267e2f7
2 changed files with 3 additions and 0 deletions

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