diff options
author | John Crispin <john@openwrt.org> | 2014-07-13 07:12:22 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2014-07-13 07:12:22 +0000 |
commit | 42a37b2a894fc774e1ee13993c434ea2909c3f67 (patch) | |
tree | f0b2f4b6ff69d9bcbfc7b6a601397a086b0786b1 /target/linux/ar71xx/base-files/lib/ar71xx.sh | |
parent | d5397be2cc62a8d12243ded39d818bbf7ae6de86 (diff) | |
download | upstream-42a37b2a894fc774e1ee13993c434ea2909c3f67.tar.gz upstream-42a37b2a894fc774e1ee13993c434ea2909c3f67.tar.bz2 upstream-42a37b2a894fc774e1ee13993c434ea2909c3f67.zip |
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-x | target/linux/ar71xx/base-files/lib/ar71xx.sh | 3 |
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" ;; |