ar71xx: add model detection for the TL-WA830RE board
Signed-off-by: Ronald Hecht <ronald.hecht@gmx.de> Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 35788
This commit is contained in:
parent
ddb29bebf5
commit
ea71239d8a
1 changed files with 3 additions and 0 deletions
|
@ -90,6 +90,9 @@ tplink_board_detect() {
|
|||
"080100"*)
|
||||
model="TP-Link TL-WA801N/ND"
|
||||
;;
|
||||
"083000"*)
|
||||
model="TP-Link TL-WA830RE"
|
||||
;;
|
||||
"084100"*)
|
||||
model="TP-Link TL-WR841N/ND"
|
||||
;;
|
||||
|
|
Loading…
Reference in a new issue