summaryrefslogtreecommitdiff
path: root/target/linux/ar71xx/base-files/lib/ar71xx.sh
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2014-07-13 07:12:22 +0000
committerJohn Crispin <john@openwrt.org>2014-07-13 07:12:22 +0000
commit42a37b2a894fc774e1ee13993c434ea2909c3f67 (patch)
treef0b2f4b6ff69d9bcbfc7b6a601397a086b0786b1 /target/linux/ar71xx/base-files/lib/ar71xx.sh
parentd5397be2cc62a8d12243ded39d818bbf7ae6de86 (diff)
downloadmtk-20170518-42a37b2a894fc774e1ee13993c434ea2909c3f67.zip
mtk-20170518-42a37b2a894fc774e1ee13993c434ea2909c3f67.tar.gz
mtk-20170518-42a37b2a894fc774e1ee13993c434ea2909c3f67.tar.bz2
ar71xx: added support for TL-WA830RE V2
Corrected patch ath79 insted of auth79. Sorry. Signed-off-by: Fredrik Jonson <fredrik@famjonson.se> SVN-Revision: 41596
Diffstat (limited to 'target/linux/ar71xx/base-files/lib/ar71xx.sh')
-rwxr-xr-xtarget/linux/ar71xx/base-files/lib/ar71xx.sh3
1 files changed, 3 insertions, 0 deletions
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"
;;