aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx/base-files/lib/upgrade/openmesh.sh
diff options
context:
space:
mode:
authorSven Eckelmann <sven.eckelmann@open-mesh.com>2016-05-19 20:21:13 +0200
committerSven Eckelmann <sven@narfation.org>2016-09-21 18:16:54 +0200
commit85584fd4d4878391fb1d8e8291cff49286d6c572 (patch)
tree1f986cdf922206857f89e4684ee0870619a0fc89 /target/linux/ar71xx/base-files/lib/upgrade/openmesh.sh
parent88160843cd21fdcf8a15f513f7a719a3d0b54e1e (diff)
downloadupstream-85584fd4d4878391fb1d8e8291cff49286d6c572.tar.gz
upstream-85584fd4d4878391fb1d8e8291cff49286d6c572.tar.bz2
upstream-85584fd4d4878391fb1d8e8291cff49286d6c572.zip
ar71xx: enable sysupgrade for the OpenMesh OM5P-ACv2
Signed-off-by: Sven Eckelmann <sven.eckelmann@open-mesh.com> Backport of r49151
Diffstat (limited to 'target/linux/ar71xx/base-files/lib/upgrade/openmesh.sh')
-rw-r--r--target/linux/ar71xx/base-files/lib/upgrade/openmesh.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/ar71xx/base-files/lib/upgrade/openmesh.sh b/target/linux/ar71xx/base-files/lib/upgrade/openmesh.sh
index 1cfead9ada..209cdaaf90 100644
--- a/target/linux/ar71xx/base-files/lib/upgrade/openmesh.sh
+++ b/target/linux/ar71xx/base-files/lib/upgrade/openmesh.sh
@@ -74,6 +74,7 @@ platform_check_image_openmesh()
;;
OM5PAC)
[ "$board" = "om5p-ac" ] && break
+ [ "$board" = "om5p-acv2" ] && break
echo "Invalid image board target ($img_board_target) for this platform: $board. Use the correct image for this platform"
return 1
;;