aboutsummaryrefslogtreecommitdiffstats
path: root/target
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2012-02-13 17:11:57 +0000
committerGabor Juhos <juhosg@openwrt.org>2012-02-13 17:11:57 +0000
commit1c57a22aae2d64f47413de90f277bcafc01822d0 (patch)
tree4d96fd2345bd45d223846c1c2bc748be03c7338d /target
parent92d36617b629fe8149b8b927a9cc57c9d7536377 (diff)
downloadupstream-1c57a22aae2d64f47413de90f277bcafc01822d0.tar.gz
upstream-1c57a22aae2d64f47413de90f277bcafc01822d0.tar.bz2
upstream-1c57a22aae2d64f47413de90f277bcafc01822d0.zip
ar71xx: add model detection for TL-WR842N/ND
SVN-Revision: 30507
Diffstat (limited to 'target')
-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 3ce422e7de..b9d797cac1 100755
--- a/target/linux/ar71xx/base-files/lib/ar71xx.sh
+++ b/target/linux/ar71xx/base-files/lib/ar71xx.sh
@@ -88,6 +88,9 @@ tplink_board_detect() {
"084100"*)
model="TP-Link TL-WR841N/ND"
;;
+ "084200"*)
+ model="TP-Link TL-WR842N/ND"
+ ;;
"090100"*)
model="TP-Link TL-WA901N/ND"
;;