summaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx/base-files/lib/ar71xx.sh
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2014-11-14 16:55:04 +0000
committerJohn Crispin <john@openwrt.org>2014-11-14 16:55:04 +0000
commit104be9f8032dcfbce78729a2d515b4e4567b4e18 (patch)
tree6775e44cf33387294a15529495216370ac67c1f9 /target/linux/ar71xx/base-files/lib/ar71xx.sh
parentbc333d53993935ad168578cc5d02ca27f325727f (diff)
downloadmaster-31e0f0ae-104be9f8032dcfbce78729a2d515b4e4567b4e18.tar.gz
master-31e0f0ae-104be9f8032dcfbce78729a2d515b4e4567b4e18.tar.bz2
master-31e0f0ae-104be9f8032dcfbce78729a2d515b4e4567b4e18.zip
ar71xx: add user-space support for OpenMesh MR900v2
Signed-off-by: Sven Eckelmann <sven@open-mesh.com> SVN-Revision: 43266
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 7aca600d19..0f22618522 100755
--- a/target/linux/ar71xx/base-files/lib/ar71xx.sh
+++ b/target/linux/ar71xx/base-files/lib/ar71xx.sh
@@ -395,6 +395,9 @@ ar71xx_board_detect() {
*MR900)
name="mr900"
;;
+ *MR900v2)
+ name="mr900v2"
+ ;;
*"My Net N600")
name="mynet-n600"
;;