diff options
author | John Crispin <blogic@openwrt.org> | 2014-06-02 14:45:25 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2014-06-02 14:45:25 +0000 |
commit | fe380133470a2c4563ba32292e8dd7e790bd4cb7 (patch) | |
tree | 16b68bdb0eb517acf9c9a3deeecac9fac2f8a1e6 /target/linux/ar71xx/base-files | |
parent | a152a7a24eeae3e4ce277ada20400489f8bef07b (diff) | |
download | upstream-fe380133470a2c4563ba32292e8dd7e790bd4cb7.tar.gz upstream-fe380133470a2c4563ba32292e8dd7e790bd4cb7.tar.bz2 upstream-fe380133470a2c4563ba32292e8dd7e790bd4cb7.zip |
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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40972 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ar71xx/base-files')
-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 7a285f21cb..2fbef9653e 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" ;; |