ar71xx: add model detection for TL-WR842N/ND
SVN-Revision: 30507
This commit is contained in:
parent
92d36617b6
commit
1c57a22aae
1 changed files with 3 additions and 0 deletions
|
@ -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 a new issue