From 52c267e2f75c4c127e5d1f64cf9f945002267e22 Mon Sep 17 00:00:00 2001 From: John Crispin Date: Fri, 14 Nov 2014 16:55:14 +0000 Subject: ar71xx: add sysupgrade support for OpenMesh MR900v2 Signed-off-by: Sven Eckelmann SVN-Revision: 43267 --- target/linux/ar71xx/base-files/lib/upgrade/openmesh.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'target/linux/ar71xx/base-files/lib/upgrade/openmesh.sh') diff --git a/target/linux/ar71xx/base-files/lib/upgrade/openmesh.sh b/target/linux/ar71xx/base-files/lib/upgrade/openmesh.sh index 13d7415098..a897dca03e 100644 --- a/target/linux/ar71xx/base-files/lib/upgrade/openmesh.sh +++ b/target/linux/ar71xx/base-files/lib/upgrade/openmesh.sh @@ -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 ;; -- cgit v1.2.3