summaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx/base-files/lib/upgrade/openmesh.sh
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2016-04-09 10:26:22 +0000
committerJohn Crispin <john@openwrt.org>2016-04-09 10:26:22 +0000
commit3dabaef6a17865ad3d8a9be0d6bbfac12a60e3c6 (patch)
tree1c850afa3603dbe60168f94dbcc723a9daab6ba4 /target/linux/ar71xx/base-files/lib/upgrade/openmesh.sh
parent7461604bd982d0eb1568a1701157f9afcb920868 (diff)
downloadmaster-31e0f0ae-3dabaef6a17865ad3d8a9be0d6bbfac12a60e3c6.tar.gz
master-31e0f0ae-3dabaef6a17865ad3d8a9be0d6bbfac12a60e3c6.tar.bz2
master-31e0f0ae-3dabaef6a17865ad3d8a9be0d6bbfac12a60e3c6.zip
ar71xx: enable sysupgrade for the OpenMesh OM5P-ACv2
Signed-off-by: Sven Eckelmann <sven.eckelmann@open-mesh.com> SVN-Revision: 49151
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
;;