From 1eb25d5c4f208446b61d5ffd2ad448e34601f578 Mon Sep 17 00:00:00 2001 From: juhosg Date: Wed, 22 Aug 2012 09:43:18 +0000 Subject: 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 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33219 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- target/linux/ar71xx/base-files/lib/ar71xx.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'target/linux/ar71xx/base-files/lib') 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) -- cgit v1.2.3