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:48 +0200
committerSven Eckelmann <sven@narfation.org>2016-09-21 18:16:54 +0200
commitc02d2e38858b05c5add687907ce3725053dbd561 (patch)
tree4a96a3c8a6432957817b88ce6e87132fa16feafe /target/linux/ar71xx/base-files/lib/ar71xx.sh
parent7599f5663081ded1f0075f880f34fb7cf4d98e2f (diff)
downloadupstream-c02d2e38858b05c5add687907ce3725053dbd561.tar.gz
upstream-c02d2e38858b05c5add687907ce3725053dbd561.tar.bz2
upstream-c02d2e38858b05c5add687907ce3725053dbd561.zip
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/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 230df0b3e8..2f4b11240d 100755
--- a/target/linux/ar71xx/base-files/lib/ar71xx.sh
+++ b/target/linux/ar71xx/base-files/lib/ar71xx.sh
@@ -521,6 +521,9 @@ ar71xx_board_detect() {
*MR1750)
name="mr1750"
;;
+ *MR1750v2)
+ name="mr1750v2"
+ ;;
*MR600)
name="mr600"
;;