From 42a37b2a894fc774e1ee13993c434ea2909c3f67 Mon Sep 17 00:00:00 2001 From: John Crispin Date: Sun, 13 Jul 2014 07:12:22 +0000 Subject: ar71xx: added support for TL-WA830RE V2 Corrected patch ath79 insted of auth79. Sorry. Signed-off-by: Fredrik Jonson SVN-Revision: 41596 --- 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 bd277ab..88a1c86 100755 --- a/target/linux/ar71xx/base-files/lib/ar71xx.sh +++ b/target/linux/ar71xx/base-files/lib/ar71xx.sh @@ -541,6 +541,9 @@ ar71xx_board_detect() { *TL-WA850RE) name="tl-wa850re" ;; + *"TL-WA830RE v2") + name="tl-wa830re-v2" + ;; *"TL-WA801ND v2") name="tl-wa801nd-v2" ;; -- cgit v1.1