aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx/base-files/lib/ar71xx.sh
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2012-11-25 16:16:15 +0000
committerGabor Juhos <juhosg@openwrt.org>2012-11-25 16:16:15 +0000
commitdd588790afc25d7ad2b690c0875dd822b6921cf5 (patch)
tree78089e602989d57faf956e692511215c2cc70d33 /target/linux/ar71xx/base-files/lib/ar71xx.sh
parentce7198460bca72ef0ceb5e88477b4e46136eb8cc (diff)
downloadupstream-dd588790afc25d7ad2b690c0875dd822b6921cf5.tar.gz
upstream-dd588790afc25d7ad2b690c0875dd822b6921cf5.tar.bz2
upstream-dd588790afc25d7ad2b690c0875dd822b6921cf5.zip
AA: ar71xx: add user-space support for the OpenMesh MR600 board
Backport of r34232. Signed-off-by: Marek Lindner <lindner_marek@yahoo.de> Signed-off-by: Gabor Juhos <juhosg@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@34346 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 2f5d6e7ec7..22eae9458b 100755
--- a/target/linux/ar71xx/base-files/lib/ar71xx.sh
+++ b/target/linux/ar71xx/base-files/lib/ar71xx.sh
@@ -228,6 +228,9 @@ ar71xx_board_detect() {
*LS-SR71)
name="ls-sr71"
;;
+ *MR600)
+ name="mr600"
+ ;;
*MZK-W04NU)
name="mzk-w04nu"
;;