From 10c5a4401757139ffac0754384d079ac47f2dc94 Mon Sep 17 00:00:00 2001 From: John Crispin Date: Tue, 17 Mar 2015 09:43:37 +0000 Subject: ar71xx: enable sysupgrade for the OpenMesh OM5P-AN Signed-off-by: Sven Eckelmann SVN-Revision: 44863 --- 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 a897dca03e..547116e6d4 100644 --- a/target/linux/ar71xx/base-files/lib/upgrade/openmesh.sh +++ b/target/linux/ar71xx/base-files/lib/upgrade/openmesh.sh @@ -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 ;; -- cgit v1.2.3