From 3e994a81d4f772c037264ea3c368d0714d4d4791 Mon Sep 17 00:00:00 2001 From: Gabor Juhos Date: Sun, 15 Dec 2013 20:39:11 +0000 Subject: ar71xx: add user space support for the TL-WA801ND v2 Patch to add the user space support for the TL-WA801ND v2 Signed-off-by: Jiri Pirko Patchwork: http://patchwork.openwrt.org/patch/4501/ Signed-off-by: Gabor Juhos SVN-Revision: 39064 --- 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 0b18d0ce10..d89f097a08 100755 --- a/target/linux/ar71xx/base-files/lib/ar71xx.sh +++ b/target/linux/ar71xx/base-files/lib/ar71xx.sh @@ -471,6 +471,9 @@ ar71xx_board_detect() { *TL-WA850RE) name="tl-wa850re" ;; + *"TL-WA801ND v2") + name="tl-wa801nd-v2" + ;; *TL-WA901ND) name="tl-wa901nd" ;; -- cgit v1.2.3