summaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx/base-files
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2012-08-22 09:43:18 +0000
committerGabor Juhos <juhosg@openwrt.org>2012-08-22 09:43:18 +0000
commit0517183b9cb942102f02f40e587162a5e92f1335 (patch)
tree12dd9e3ffabd0e5705b827910313237a40f8a2b8 /target/linux/ar71xx/base-files
parent6c9d20d6e7595b67aed95b23847c8f23ac89f192 (diff)
downloadmaster-31e0f0ae-0517183b9cb942102f02f40e587162a5e92f1335.tar.gz
master-31e0f0ae-0517183b9cb942102f02f40e587162a5e92f1335.tar.bz2
master-31e0f0ae-0517183b9cb942102f02f40e587162a5e92f1335.zip
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> SVN-Revision: 33219
Diffstat (limited to 'target/linux/ar71xx/base-files')
-rwxr-xr-xtarget/linux/ar71xx/base-files/lib/ar71xx.sh5
1 files changed, 4 insertions, 1 deletions
diff --git a/target/linux/ar71xx/base-files/lib/ar71xx.sh b/target/linux/ar71xx/base-files/lib/ar71xx.sh
index 648cca8b5a..23d34a3370 100755
--- a/target/linux/ar71xx/base-files/lib/ar71xx.sh
+++ b/target/linux/ar71xx/base-files/lib/ar71xx.sh
@@ -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)