diff options
author | Sven Eckelmann <sven.eckelmann@open-mesh.com> | 2016-05-20 17:53:14 +0200 |
---|---|---|
committer | Felix Fietkau <nbd@nbd.name> | 2016-05-23 12:19:25 +0200 |
commit | 58dc285cd6c9ebf415e091be12e01ecbd05119dc (patch) | |
tree | 3bca01383b04f7d89b8f0f9e7b3fc712017b85ac /target/linux/ar71xx/base-files/lib/upgrade/openmesh.sh | |
parent | f7719dca713b8d8f66a9877bde2b72c50b9cdd21 (diff) | |
download | mtk-20170518-58dc285cd6c9ebf415e091be12e01ecbd05119dc.zip mtk-20170518-58dc285cd6c9ebf415e091be12e01ecbd05119dc.tar.gz mtk-20170518-58dc285cd6c9ebf415e091be12e01ecbd05119dc.tar.bz2 |
ar71xx: add user-space support for the OpenMesh MR1750v2
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 | 1 |
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 270ef40..87b6516 100644 --- a/target/linux/ar71xx/base-files/lib/upgrade/openmesh.sh +++ b/target/linux/ar71xx/base-files/lib/upgrade/openmesh.sh @@ -65,6 +65,7 @@ platform_check_image_target_openmesh() ;; MR1750) [ "$board" = "mr1750" ] && return 0 + [ "$board" = "mr1750v2" ] && return 0 echo "Invalid image board target ($img_board_target) for this platform: $board. Use the correct image for this platform" return 1 ;; |