From ddcce63c78539decab77d6b1176fd1c013e3e5ee Mon Sep 17 00:00:00 2001 From: Gabor Juhos Date: Thu, 7 Nov 2013 22:31:53 +0000 Subject: ar71xx: add user-space support for the WD My Net Wi-Fi Range Extender Patchwork: http://patchwork.openwrt.org/patch/4281/ Signed-off-by: Christian Lamparter Signed-off-by: Gabor Juhos SVN-Revision: 38687 --- 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 cd03168857..e1cedf6f06 100755 --- a/target/linux/ar71xx/base-files/lib/ar71xx.sh +++ b/target/linux/ar71xx/base-files/lib/ar71xx.sh @@ -306,6 +306,9 @@ ar71xx_board_detect() { *"My Net N600") name="mynet-n600" ;; + *"WD My Net Wi-Fi Range Extender") + name="mynet-rext" + ;; *MZK-W04NU) name="mzk-w04nu" ;; -- cgit v1.2.3