diff options
author | John Crispin <john@openwrt.org> | 2014-11-14 16:55:14 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2014-11-14 16:55:14 +0000 |
commit | 52c267e2f75c4c127e5d1f64cf9f945002267e22 (patch) | |
tree | 3dcf85f20d888781eea82ec0896e8c08d2aab79a /target/linux | |
parent | 104be9f8032dcfbce78729a2d515b4e4567b4e18 (diff) | |
download | upstream-52c267e2f75c4c127e5d1f64cf9f945002267e22.tar.gz upstream-52c267e2f75c4c127e5d1f64cf9f945002267e22.tar.bz2 upstream-52c267e2f75c4c127e5d1f64cf9f945002267e22.zip |
ar71xx: add sysupgrade support for OpenMesh MR900v2
Signed-off-by: Sven Eckelmann <sven@open-mesh.com>
SVN-Revision: 43267
Diffstat (limited to 'target/linux')
-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 | \ |