ar71xx: correctly detect hardware revision on TP-LINK Archer C5 and C7
Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net> SVN-Revision: 42797
This commit is contained in:
parent
7f772910a1
commit
e77ae183a1
@ -214,6 +214,13 @@ tplink_board_detect() {
|
||||
"934100"*)
|
||||
model="NC-LINK SMART-300"
|
||||
;;
|
||||
"c50000"*)
|
||||
model="TP-Link Archer C5"
|
||||
;;
|
||||
"750000"*|\
|
||||
"c70000"*)
|
||||
model="TP-Link Archer C7"
|
||||
;;
|
||||
*)
|
||||
hwver=""
|
||||
;;
|
||||
|
Loading…
Reference in New Issue
Block a user