aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx/base-files/lib/upgrade/openmesh.sh
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2015-03-17 09:43:37 +0000
committerJohn Crispin <blogic@openwrt.org>2015-03-17 09:43:37 +0000
commit586c7dc4be9b29d3f5ea47f3b51e477616db2d86 (patch)
treeed34c0c2c4c586f3e2a17750b97b758daf2fe007 /target/linux/ar71xx/base-files/lib/upgrade/openmesh.sh
parent195508354e0c804e00c3f11d01bd52178ccbf321 (diff)
downloadmaster-187ad058-586c7dc4be9b29d3f5ea47f3b51e477616db2d86.tar.gz
master-187ad058-586c7dc4be9b29d3f5ea47f3b51e477616db2d86.tar.bz2
master-187ad058-586c7dc4be9b29d3f5ea47f3b51e477616db2d86.zip
ar71xx: enable sysupgrade for the OpenMesh OM5P-AN
Signed-off-by: Sven Eckelmann <sven@open-mesh.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44863 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 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
;;