aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx/base-files/lib
diff options
context:
space:
mode:
authorSven Eckelmann <sven.eckelmann@open-mesh.com>2016-06-02 11:25:00 +0200
committerJohn Crispin <john@phrozen.org>2017-02-15 09:35:43 +0100
commitb2f3d9b05c5e4f77f5ac76a3f9611f95ed0c359b (patch)
tree67e8162a19be8507bcfad461df6ebe57867f86cc /target/linux/ar71xx/base-files/lib
parent9f0f4c14946e0d80fbb8111999f9710e5194d1c8 (diff)
downloadupstream-b2f3d9b05c5e4f77f5ac76a3f9611f95ed0c359b.tar.gz
upstream-b2f3d9b05c5e4f77f5ac76a3f9611f95ed0c359b.tar.bz2
upstream-b2f3d9b05c5e4f77f5ac76a3f9611f95ed0c359b.zip
ar71xx: add user-space support for the OpenMesh OM2Pv4/-HSv4
Signed-off-by: Sven Eckelmann <sven.eckelmann@open-mesh.com>
Diffstat (limited to 'target/linux/ar71xx/base-files/lib')
-rwxr-xr-xtarget/linux/ar71xx/base-files/lib/ar71xx.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/target/linux/ar71xx/base-files/lib/ar71xx.sh b/target/linux/ar71xx/base-files/lib/ar71xx.sh
index 7f27f45635..77016f4ba2 100755
--- a/target/linux/ar71xx/base-files/lib/ar71xx.sh
+++ b/target/linux/ar71xx/base-files/lib/ar71xx.sh
@@ -736,6 +736,9 @@ ar71xx_board_detect() {
*OM2Pv2)
name="om2pv2"
;;
+ *OM2Pv4)
+ name="om2pv4"
+ ;;
*"OM2P HS")
name="om2p-hs"
;;
@@ -745,6 +748,9 @@ ar71xx_board_detect() {
*"OM2P HSv3")
name="om2p-hsv3"
;;
+ *"OM2P HSv4")
+ name="om2p-hsv4"
+ ;;
*"OM2P LC")
name="om2p-lc"
;;