aboutsummaryrefslogtreecommitdiffstats
path: root/target
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2013-01-29 09:40:29 +0000
committerGabor Juhos <juhosg@openwrt.org>2013-01-29 09:40:29 +0000
commit680983b95c46f346cdc7dfbb12bc28eb4a43d93d (patch)
tree718712c20b2cf3abc1e466dc67e12294a36eea32 /target
parent6c88e0f1746cf9c68a3d593021814ca20f40c829 (diff)
downloadmaster-187ad058-680983b95c46f346cdc7dfbb12bc28eb4a43d93d.tar.gz
master-187ad058-680983b95c46f346cdc7dfbb12bc28eb4a43d93d.tar.bz2
master-187ad058-680983b95c46f346cdc7dfbb12bc28eb4a43d93d.zip
ar71xx: add TP-LINK WA-801ND to run-time model detection
A small cosmetic fix to show the HW model name correctly in LuCI. Patch-by: Amir Sagie <openwrt-devel@taproot.org.il> Signed-off-by: Gabor Juhos <juhosg@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35365 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 31b6ddedfb..720c19eaa0 100755
--- a/target/linux/ar71xx/base-files/lib/ar71xx.sh
+++ b/target/linux/ar71xx/base-files/lib/ar71xx.sh
@@ -87,6 +87,9 @@ tplink_board_detect() {
"074300"*)
model="TP-Link TL-WR743N/ND"
;;
+ "080100"*)
+ model="TP-Link TL-WA801N/ND"
+ ;;
"084100"*)
model="TP-Link TL-WR841N/ND"
;;