From 58dc285cd6c9ebf415e091be12e01ecbd05119dc Mon Sep 17 00:00:00 2001 From: Sven Eckelmann Date: Fri, 20 May 2016 17:53:14 +0200 Subject: ar71xx: add user-space support for the OpenMesh MR1750v2 Signed-off-by: Sven Eckelmann --- target/linux/ar71xx/base-files/lib/ar71xx.sh | 3 +++ 1 file changed, 3 insertions(+) (limited to 'target/linux/ar71xx/base-files/lib/ar71xx.sh') diff --git a/target/linux/ar71xx/base-files/lib/ar71xx.sh b/target/linux/ar71xx/base-files/lib/ar71xx.sh index 5b5c805540..4318818cd2 100755 --- a/target/linux/ar71xx/base-files/lib/ar71xx.sh +++ b/target/linux/ar71xx/base-files/lib/ar71xx.sh @@ -595,6 +595,9 @@ ar71xx_board_detect() { *MR1750) name="mr1750" ;; + *MR1750v2) + name="mr1750v2" + ;; *MR600) name="mr600" ;; -- cgit v1.2.3