aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx/base-files/lib/ar71xx.sh
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2014-11-14 16:54:15 +0000
committerJohn Crispin <blogic@openwrt.org>2014-11-14 16:54:15 +0000
commit3fbd5a35e314d88f2aa9390ab0e201a09f034f88 (patch)
tree8c69682119fe88645cdb74a271ddbb0799d1f6db /target/linux/ar71xx/base-files/lib/ar71xx.sh
parentbc8ba2c3c21c258b1db3489c4160883c4079edf3 (diff)
downloadmaster-187ad058-3fbd5a35e314d88f2aa9390ab0e201a09f034f88.tar.gz
master-187ad058-3fbd5a35e314d88f2aa9390ab0e201a09f034f88.tar.bz2
master-187ad058-3fbd5a35e314d88f2aa9390ab0e201a09f034f88.zip
ar71xx: add user-space support for the OpenMesh MR900 board
Signed-off-by: Sven Eckelmann <sven@open-mesh.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43259 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 a3cefc5043..7aca600d19 100755
--- a/target/linux/ar71xx/base-files/lib/ar71xx.sh
+++ b/target/linux/ar71xx/base-files/lib/ar71xx.sh
@@ -392,6 +392,9 @@ ar71xx_board_detect() {
*MR600)
name="mr600"
;;
+ *MR900)
+ name="mr900"
+ ;;
*"My Net N600")
name="mynet-n600"
;;