aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx/base-files/lib/upgrade/openmesh.sh
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2016-04-09 10:26:22 +0000
committerJohn Crispin <blogic@openwrt.org>2016-04-09 10:26:22 +0000
commita29fd637e8203a7a686b0525a9fc7aeaf0688a39 (patch)
tree6951d58e1ce77dffbbec2b321bc1be1e6b9e6824 /target/linux/ar71xx/base-files/lib/upgrade/openmesh.sh
parentb93706f22ecacde14c8cdcb360442c27a4d5401a (diff)
downloadmaster-187ad058-a29fd637e8203a7a686b0525a9fc7aeaf0688a39.tar.gz
master-187ad058-a29fd637e8203a7a686b0525a9fc7aeaf0688a39.tar.bz2
master-187ad058-a29fd637e8203a7a686b0525a9fc7aeaf0688a39.zip
ar71xx: enable sysupgrade for the OpenMesh OM5P-ACv2
Signed-off-by: Sven Eckelmann <sven.eckelmann@open-mesh.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@49151 3c298f89-4303-0410-b956-a3cf2f4a3e73
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
;;