mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2024-12-12 09:54:53 +00:00
ar71xx: add model detection for TL-WR842N/ND
SVN-Revision: 30507
This commit is contained in:
parent
92d36617b6
commit
1c57a22aae
@ -88,6 +88,9 @@ tplink_board_detect() {
|
||||
"084100"*)
|
||||
model="TP-Link TL-WR841N/ND"
|
||||
;;
|
||||
"084200"*)
|
||||
model="TP-Link TL-WR842N/ND"
|
||||
;;
|
||||
"090100"*)
|
||||
model="TP-Link TL-WA901N/ND"
|
||||
;;
|
||||
|
Loading…
Reference in New Issue
Block a user