aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx/base-files/lib/upgrade/openmesh.sh
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2014-11-14 16:55:14 +0000
committerJohn Crispin <blogic@openwrt.org>2014-11-14 16:55:14 +0000
commitf032d17b71f46682e8dbb4024257bc282ceaf98b (patch)
treeb8a7f136aeec19be948ddbc069830b1342dd5f2a /target/linux/ar71xx/base-files/lib/upgrade/openmesh.sh
parent36c0a5446242e14030a4de3ffb240620b8c93837 (diff)
downloadmaster-187ad058-f032d17b71f46682e8dbb4024257bc282ceaf98b.tar.gz
master-187ad058-f032d17b71f46682e8dbb4024257bc282ceaf98b.tar.bz2
master-187ad058-f032d17b71f46682e8dbb4024257bc282ceaf98b.zip
ar71xx: add sysupgrade support for OpenMesh MR900v2
Signed-off-by: Sven Eckelmann <sven@open-mesh.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43267 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 13d7415098..a897dca03e 100644
--- a/target/linux/ar71xx/base-files/lib/upgrade/openmesh.sh
+++ b/target/linux/ar71xx/base-files/lib/upgrade/openmesh.sh
@@ -79,6 +79,7 @@ platform_check_image_openmesh()
;;
MR900)
[ "$board" = "mr900" ] && break
+ [ "$board" = "mr900v2" ] && break
echo "Invalid image board target ($img_board_target) for this platform: $board. Use the correct image for this platform"
return 1
;;