ar71xx: add TP-LINK WA-801ND to run-time model detection
authorGabor Juhos <juhosg@openwrt.org>
Tue, 29 Jan 2013 09:40:29 +0000 (09:40 +0000)
committerGabor Juhos <juhosg@openwrt.org>
Tue, 29 Jan 2013 09:40:29 +0000 (09:40 +0000)
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

target/linux/ar71xx/base-files/lib/ar71xx.sh

index 31b6ddedfbe88f26fc666e15e43a938b4bf07d02..720c19eaa0408715ce8dd3261b51429fce3bc306 100755 (executable)
@@ -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"
                ;;