ar71xx: fix board detection for TL-WA7510N
Detect TL-WA7510N v1 by the board name as defined in mach-tl-wa901nd.c and add hardware ID to tplink_board_detect Signed-off-by: Daniel Golle <daniel@makrotopia.org> SVN-Revision: 40971
This commit is contained in:
parent
06d656be27
commit
599ddc7a85
1 changed files with 4 additions and 1 deletions
|
@ -118,6 +118,9 @@ tplink_board_detect() {
|
|||
"075000"*)
|
||||
model="TP-Link TL-WA750RE"
|
||||
;;
|
||||
"751000"*)
|
||||
model="TP-Link TL-WA7510N"
|
||||
;;
|
||||
"080100"*)
|
||||
model="TP-Link TL-WA801N/ND"
|
||||
;;
|
||||
|
@ -508,7 +511,7 @@ ar71xx_board_detect() {
|
|||
*TL-WA750RE)
|
||||
name="tl-wa750re"
|
||||
;;
|
||||
*TL-WA7510N)
|
||||
*"TL-WA7510N v1")
|
||||
name="tl-wa7510n"
|
||||
;;
|
||||
*TL-WA850RE)
|
||||
|
|
Loading…
Reference in a new issue