diff options
author | John Crispin <blogic@openwrt.org> | 2014-11-14 16:55:14 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2014-11-14 16:55:14 +0000 |
commit | f032d17b71f46682e8dbb4024257bc282ceaf98b (patch) | |
tree | b8a7f136aeec19be948ddbc069830b1342dd5f2a /target/linux/ar71xx/base-files | |
parent | 36c0a5446242e14030a4de3ffb240620b8c93837 (diff) | |
download | upstream-f032d17b71f46682e8dbb4024257bc282ceaf98b.tar.gz upstream-f032d17b71f46682e8dbb4024257bc282ceaf98b.tar.bz2 upstream-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')
-rw-r--r-- | target/linux/ar71xx/base-files/lib/upgrade/openmesh.sh | 1 | ||||
-rwxr-xr-x | target/linux/ar71xx/base-files/lib/upgrade/platform.sh | 2 |
2 files changed, 3 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 ;; diff --git a/target/linux/ar71xx/base-files/lib/upgrade/platform.sh b/target/linux/ar71xx/base-files/lib/upgrade/platform.sh index c1e42f57d1..0ad49a36a4 100755 --- a/target/linux/ar71xx/base-files/lib/upgrade/platform.sh +++ b/target/linux/ar71xx/base-files/lib/upgrade/platform.sh @@ -246,6 +246,7 @@ platform_check_image() { mr600 | \ mr600v2 | \ mr900 | \ + mr900v2 | \ om2p | \ om2pv2 | \ om2p-hs | \ @@ -437,6 +438,7 @@ platform_do_upgrade() { mr600 | \ mr600v2 | \ mr900 | \ + mr900v2 | \ om2p | \ om2pv2 | \ om2p-hs | \ |