aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx/base-files
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
commit87adb998bcd7c1639e39369af03328575fe77310 (patch)
treecf8417df568c08809b7ba33ebfa25d3442ee0246 /target/linux/ar71xx/base-files
parenta4e1bbd82e1c15d9e7cdfcc12a2bc432a8f645de (diff)
downloadupstream-87adb998bcd7c1639e39369af03328575fe77310.tar.gz
upstream-87adb998bcd7c1639e39369af03328575fe77310.tar.bz2
upstream-87adb998bcd7c1639e39369af03328575fe77310.zip
ar71xx: add model detection for TL-WR842N/ND
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30507 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ar71xx/base-files')
-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"
;;