diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2013-01-29 09:40:29 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2013-01-29 09:40:29 +0000 |
commit | 22ce389e6a576c017ba2a298d2a89aa5fc6f99ad (patch) | |
tree | 61006778a6a8e2468810712aa939ff338af19bf8 /target/linux | |
parent | 1b3c6ad1fb1fc51b61bfb47ae170ac705468e2f9 (diff) | |
download | upstream-22ce389e6a576c017ba2a298d2a89aa5fc6f99ad.tar.gz upstream-22ce389e6a576c017ba2a298d2a89aa5fc6f99ad.tar.bz2 upstream-22ce389e6a576c017ba2a298d2a89aa5fc6f99ad.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>
SVN-Revision: 35365
Diffstat (limited to 'target/linux')
-rwxr-xr-x | target/linux/ar71xx/base-files/lib/ar71xx.sh | 3 |
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" ;; |