aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx/base-files/lib/ar71xx.sh
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2015-09-14 20:12:16 +0000
committerJohn Crispin <blogic@openwrt.org>2015-09-14 20:12:16 +0000
commit2671c23fd61dd2a38edaaa244224d845b89b3873 (patch)
tree7d5733d76ee8d6a4cb76f8775556e783c1a1db33 /target/linux/ar71xx/base-files/lib/ar71xx.sh
parent09b7069ce1dbec62333f63c40112c8bc346dbccd (diff)
downloadmaster-187ad058-2671c23fd61dd2a38edaaa244224d845b89b3873.tar.gz
master-187ad058-2671c23fd61dd2a38edaaa244224d845b89b3873.tar.bz2
master-187ad058-2671c23fd61dd2a38edaaa244224d845b89b3873.zip
ar71xx: add TP-LINK TL-WDR3320 v2 support
This patch adds support for TP-LINK TL-WDR3320 v2. This router uses a chinese version 2 firmware header,. Signed-off-by: Weijie Gao <hackpascal@gmail.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@46934 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ar71xx/base-files/lib/ar71xx.sh')
-rwxr-xr-xtarget/linux/ar71xx/base-files/lib/ar71xx.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/target/linux/ar71xx/base-files/lib/ar71xx.sh b/target/linux/ar71xx/base-files/lib/ar71xx.sh
index dcf7006d9e..9f41a2b7e8 100755
--- a/target/linux/ar71xx/base-files/lib/ar71xx.sh
+++ b/target/linux/ar71xx/base-files/lib/ar71xx.sh
@@ -221,6 +221,9 @@ tplink_board_detect() {
"342000"*)
model="TP-Link TL-MR3420"
;;
+ "332000"*)
+ model="TP-Link TL-WDR3320"
+ ;;
"350000"*)
model="TP-Link TL-WDR3500"
;;
@@ -769,6 +772,9 @@ ar71xx_board_detect() {
*"TL-WA901ND v3")
name="tl-wa901nd-v3"
;;
+ *"TL-WDR3320 v2")
+ name="tl-wdr3320-v2"
+ ;;
*"TL-WDR3500")
name="tl-wdr3500"
;;