summaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx/base-files/lib/ar71xx.sh
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2015-01-23 12:32:46 +0000
committerJohn Crispin <john@openwrt.org>2015-01-23 12:32:46 +0000
commitdf2e3121009708c461271538bb18aa9712568cf8 (patch)
tree29c5c4fe6521a7d47dcadf55ef24828a6c6a8a07 /target/linux/ar71xx/base-files/lib/ar71xx.sh
parentef336da6ed2e2825cd9cddc32b9e89c7fa6745b4 (diff)
downloadmaster-31e0f0ae-df2e3121009708c461271538bb18aa9712568cf8.tar.gz
master-31e0f0ae-df2e3121009708c461271538bb18aa9712568cf8.tar.bz2
master-31e0f0ae-df2e3121009708c461271538bb18aa9712568cf8.zip
ar71xx: add support for TP-LINK TL-WR843ND v1
TP-LINK TL-WR843ND v1 is the same model like wr41, but with Power over Ethernet on wan port. Signed-off-by: Cezary Jackiewicz <cezary.jackiewicz@gmail.com> SVN-Revision: 44085
Diffstat (limited to 'target/linux/ar71xx/base-files/lib/ar71xx.sh')
-rwxr-xr-xtarget/linux/ar71xx/base-files/lib/ar71xx.sh3
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 a870396a02..14ee68b854 100755
--- a/target/linux/ar71xx/base-files/lib/ar71xx.sh
+++ b/target/linux/ar71xx/base-files/lib/ar71xx.sh
@@ -142,6 +142,9 @@ tplink_board_detect() {
"084200"*)
model="TP-Link TL-WR842N/ND"
;;
+ "084300"*)
+ model="TP-Link TL-WR843N/ND"
+ ;;
"085000"*)
model="TP-Link TL-WA850RE"
;;