diff options
author | Sven Eckelmann <sven.eckelmann@open-mesh.com> | 2016-06-02 11:29:23 +0200 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2017-02-15 09:35:43 +0100 |
commit | d536c1d04fe00dee9b1122f7f487021ca7e128cd (patch) | |
tree | 631ba439d6d52a8ea6c18af3ea1a3ce8951fde2f /target/linux/ar71xx/base-files/lib/upgrade/openmesh.sh | |
parent | b2f3d9b05c5e4f77f5ac76a3f9611f95ed0c359b (diff) | |
download | mtk-20170518-d536c1d04fe00dee9b1122f7f487021ca7e128cd.zip mtk-20170518-d536c1d04fe00dee9b1122f7f487021ca7e128cd.tar.gz mtk-20170518-d536c1d04fe00dee9b1122f7f487021ca7e128cd.tar.bz2 |
ar71xx: enable sysupgrade for the OpenMesh OM2Pv4/-HSv4
Signed-off-by: Sven Eckelmann <sven.eckelmann@open-mesh.com>
Diffstat (limited to 'target/linux/ar71xx/base-files/lib/upgrade/openmesh.sh')
-rw-r--r-- | target/linux/ar71xx/base-files/lib/upgrade/openmesh.sh | 2 |
1 files changed, 2 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 87b6516..e776f99 100644 --- a/target/linux/ar71xx/base-files/lib/upgrade/openmesh.sh +++ b/target/linux/ar71xx/base-files/lib/upgrade/openmesh.sh @@ -44,10 +44,12 @@ platform_check_image_target_openmesh() OM2P) [ "$board" = "om2p" ] && return 0 [ "$board" = "om2pv2" ] && return 0 + [ "$board" = "om2pv4" ] && return 0 [ "$board" = "om2p-lc" ] && return 0 [ "$board" = "om2p-hs" ] && return 0 [ "$board" = "om2p-hsv2" ] && return 0 [ "$board" = "om2p-hsv3" ] && return 0 + [ "$board" = "om2p-hsv4" ] && return 0 echo "Invalid image board target ($img_board_target) for this platform: $board. Use the correct image for this platform" return 1 ;; |