summaryrefslogtreecommitdiff
path: root/target/linux/ar71xx/base-files/lib/ar71xx.sh
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2014-06-02 14:45:25 +0000
committerJohn Crispin <john@openwrt.org>2014-06-02 14:45:25 +0000
commit85b889940d66b4c4a28691d8166eeef119912473 (patch)
tree570070176a432fa398fcd9e5b57663ab6c19f5fc /target/linux/ar71xx/base-files/lib/ar71xx.sh
parent599ddc7a85dd3906b1022036657e4ad86df16dad (diff)
downloadmtk-20170518-85b889940d66b4c4a28691d8166eeef119912473.zip
mtk-20170518-85b889940d66b4c4a28691d8166eeef119912473.tar.gz
mtk-20170518-85b889940d66b4c4a28691d8166eeef119912473.tar.bz2
ar71xx: add support to TP-LINK TL-WA730RE v1
The TL-WA730RE seems to be almost identical to TL-WA701ND, just that it comes without PoE and a stock-firmware claiming the device to be a "Range Extender". Signed-off-by: Daniel Golle <daniel@makrotopia.org> SVN-Revision: 40972
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 7a285f2..2fbef96 100755
--- a/target/linux/ar71xx/base-files/lib/ar71xx.sh
+++ b/target/linux/ar71xx/base-files/lib/ar71xx.sh
@@ -106,6 +106,9 @@ tplink_board_detect() {
"070100"*)
model="TP-Link TL-WA701N/ND"
;;
+ "073000"*)
+ model="TP-Link TL-WA730RE"
+ ;;
"074000"*)
model="TP-Link TL-WR740N/ND"
;;