ar71xx: enable sysupgrade for the OpenMesh OM5P-AN

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

SVN-Revision: 44863
This commit is contained in:
John Crispin
2015-03-17 09:43:37 +00:00
parent 85cceb5dd0
commit 10c5a44017
2 changed files with 5 additions and 2 deletions

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