aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx/base-files/lib/ar71xx.sh
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2014-07-13 07:12:22 +0000
committerJohn Crispin <blogic@openwrt.org>2014-07-13 07:12:22 +0000
commitdab35cf38589cd3f5a14b4bdc6ba4716d29e6986 (patch)
tree1eb8b4c1a9e10ae7d04dd8bfc6f0b9f51a611520 /target/linux/ar71xx/base-files/lib/ar71xx.sh
parentc2dda37454822bf04338e3dd31c702984cda268b (diff)
downloadmaster-187ad058-dab35cf38589cd3f5a14b4bdc6ba4716d29e6986.tar.gz
master-187ad058-dab35cf38589cd3f5a14b4bdc6ba4716d29e6986.tar.bz2
master-187ad058-dab35cf38589cd3f5a14b4bdc6ba4716d29e6986.zip
ar71xx: added support for TL-WA830RE V2
Corrected patch ath79 insted of auth79. Sorry. Signed-off-by: Fredrik Jonson <fredrik@famjonson.se> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@41596 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 bd277aba7c..88a1c86dc7 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"
;;