summaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx/base-files/lib/ar71xx.sh
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2012-11-18 09:32:35 +0000
committerGabor Juhos <juhosg@openwrt.org>2012-11-18 09:32:35 +0000
commitc3174179b73e49e9ce32740d0bc65d138b959ada (patch)
tree8298922cbb2d5403e42f1539c4efa140f83cf7cd /target/linux/ar71xx/base-files/lib/ar71xx.sh
parent8d4857d677489d66554fbde5fdae5c63b50c6d0a (diff)
downloadmaster-31e0f0ae-c3174179b73e49e9ce32740d0bc65d138b959ada.tar.gz
master-31e0f0ae-c3174179b73e49e9ce32740d0bc65d138b959ada.tar.bz2
master-31e0f0ae-c3174179b73e49e9ce32740d0bc65d138b959ada.zip
ar71xx: add user-space support for the OpenMesh MR600 board
Signed-off-by: Marek Lindner <lindner_marek@yahoo.de> Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 34232
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"
;;