From cfdaa8aefd9f4d726135def66835bcd22a23de02 Mon Sep 17 00:00:00 2001 From: John Crispin Date: Fri, 14 Nov 2014 16:54:15 +0000 Subject: ar71xx: add user-space support for the OpenMesh MR900 board Signed-off-by: Sven Eckelmann SVN-Revision: 43259 --- 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 a3cefc5..7aca600 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" ;; -- cgit v1.1