From 22ce389e6a576c017ba2a298d2a89aa5fc6f99ad Mon Sep 17 00:00:00 2001 From: Gabor Juhos Date: Tue, 29 Jan 2013 09:40:29 +0000 Subject: 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 Signed-off-by: Gabor Juhos SVN-Revision: 35365 --- target/linux/ar71xx/base-files/lib/ar71xx.sh | 3 +++ 1 file changed, 3 insertions(+) (limited to 'target/linux/ar71xx/base-files') diff --git a/target/linux/ar71xx/base-files/lib/ar71xx.sh b/target/linux/ar71xx/base-files/lib/ar71xx.sh index 31b6dde..720c19e 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" ;; -- cgit v1.1