aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx/base-files/lib/ar71xx.sh
diff options
context:
space:
mode:
authorSven Eckelmann <sven.eckelmann@open-mesh.com>2016-06-17 15:24:42 +0200
committerSven Eckelmann <sven@narfation.org>2016-09-21 18:16:54 +0200
commiteaf23dc12a185c6e017c1e6f6bff41f50c16a4ba (patch)
tree55472a7b23b10d7dba5f92f3e70d3e2a718c51e4 /target/linux/ar71xx/base-files/lib/ar71xx.sh
parent8d880870301299e7ea673434f080c30845d11ec9 (diff)
downloadupstream-eaf23dc12a185c6e017c1e6f6bff41f50c16a4ba.tar.gz
upstream-eaf23dc12a185c6e017c1e6f6bff41f50c16a4ba.tar.bz2
upstream-eaf23dc12a185c6e017c1e6f6bff41f50c16a4ba.zip
ar71xx: add user-space support for the OpenMesh OM2P-HSv3
Signed-off-by: Sven Eckelmann <sven.eckelmann@open-mesh.com>
Diffstat (limited to 'target/linux/ar71xx/base-files/lib/ar71xx.sh')
-rwxr-xr-xtarget/linux/ar71xx/base-files/lib/ar71xx.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/target/linux/ar71xx/base-files/lib/ar71xx.sh b/target/linux/ar71xx/base-files/lib/ar71xx.sh
index 92ee56dbd4..230df0b3e8 100755
--- a/target/linux/ar71xx/base-files/lib/ar71xx.sh
+++ b/target/linux/ar71xx/base-files/lib/ar71xx.sh
@@ -563,6 +563,9 @@ ar71xx_board_detect() {
*"OM2P HSv2")
name="om2p-hsv2"
;;
+ *"OM2P HSv3")
+ name="om2p-hsv3"
+ ;;
*"OM2P LC")
name="om2p-lc"
;;