From 5784747de719fa5feb03f8c8f04abf8e3e52fb5b Mon Sep 17 00:00:00 2001 From: juhosg Date: Sun, 18 Nov 2012 09:32:35 +0000 Subject: ar71xx: add user-space support for the OpenMesh MR600 board Signed-off-by: Marek Lindner Signed-off-by: Gabor Juhos git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34232 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- target/linux/ar71xx/base-files/lib/ar71xx.sh | 3 +++ 1 file changed, 3 insertions(+) (limited to 'target/linux/ar71xx/base-files/lib') diff --git a/target/linux/ar71xx/base-files/lib/ar71xx.sh b/target/linux/ar71xx/base-files/lib/ar71xx.sh index 2f5d6e7ec..22eae9458 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" ;; -- cgit v1.2.3