From 104be9f8032dcfbce78729a2d515b4e4567b4e18 Mon Sep 17 00:00:00 2001 From: John Crispin Date: Fri, 14 Nov 2014 16:55:04 +0000 Subject: ar71xx: add user-space support for OpenMesh MR900v2 Signed-off-by: Sven Eckelmann SVN-Revision: 43266 --- 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 7aca600..0f22618 100755 --- a/target/linux/ar71xx/base-files/lib/ar71xx.sh +++ b/target/linux/ar71xx/base-files/lib/ar71xx.sh @@ -395,6 +395,9 @@ ar71xx_board_detect() { *MR900) name="mr900" ;; + *MR900v2) + name="mr900v2" + ;; *"My Net N600") name="mynet-n600" ;; -- cgit v1.1