1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2025-04-21 12:27:27 +03:00

ar71xx: add support for TP-Link TL-WDR3600

The TL-WDR3600 is identical to the TL-WDR4300 with the exception that is has
only two antennas.

[juhosg: remove the custom machine type, change the board name instead]

Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33219 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
juhosg
2012-08-22 09:43:18 +00:00
parent deae75dd41
commit 1eb25d5c4f
5 changed files with 10 additions and 5 deletions

View File

@@ -123,6 +123,9 @@ tplink_board_detect() {
"342000"*)
model="TP-Link TL-MR3420"
;;
"360000"*)
model="TP-Link TL-WDR3600"
;;
"430000"*)
model="TP-Link TL-WDR4300"
;;
@@ -321,7 +324,7 @@ ar71xx_board_detect() {
*"TL-WA901ND v2")
name="tl-wa901nd-v2"
;;
*TL-WDR4300)
*"TL-WDR3600/4300/4310")
name="tl-wdr4300"
;;
*TL-WR741ND)