ar71xx: enable sysupgrade for the OpenMesh MR1750v2

Signed-off-by: Sven Eckelmann <sven.eckelmann@open-mesh.com>
This commit is contained in:
Sven Eckelmann 2016-06-17 15:24:49 +02:00 committed by Sven Eckelmann
parent c02d2e3885
commit 82d0eae9b2
2 changed files with 3 additions and 0 deletions

View File

@ -81,6 +81,7 @@ platform_check_image_openmesh()
;;
MR1750)
[ "$board" = "mr1750" ] && break
[ "$board" = "mr1750v2" ] && break
echo "Invalid image board target ($img_board_target) for this platform: $board. Use the correct image for this platform"
return 1
;;

View File

@ -291,6 +291,7 @@ platform_check_image() {
return 0;
;;
mr1750 | \
mr1750v2 | \
mr600 | \
mr600v2 | \
mr900 | \
@ -523,6 +524,7 @@ platform_do_upgrade() {
platform_do_upgrade_dir825b "$ARGV"
;;
mr1750 | \
mr1750v2 | \
mr600 | \
mr600v2 | \
mr900 | \