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-a3cf2f4a3e73master
parent
6c88e0f174
commit
680983b95c
|
@ -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…
Reference in New Issue