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
master
Gabor Juhos 12 years ago
parent 1b3c6ad1fb
commit 22ce389e6a
  1. 3
      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"
;;

Loading…
Cancel
Save