ar71xx: correctly detect hardware revision on TP-LINK Archer C5 and C7
Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42797 3c298f89-4303-0410-b956-a3cf2f4a3e73master
parent
ac7e01ea5e
commit
0496c6a597
|
@ -214,6 +214,13 @@ tplink_board_detect() {
|
||||||
"934100"*)
|
"934100"*)
|
||||||
model="NC-LINK SMART-300"
|
model="NC-LINK SMART-300"
|
||||||
;;
|
;;
|
||||||
|
"c50000"*)
|
||||||
|
model="TP-Link Archer C5"
|
||||||
|
;;
|
||||||
|
"750000"*|\
|
||||||
|
"c70000"*)
|
||||||
|
model="TP-Link Archer C7"
|
||||||
|
;;
|
||||||
*)
|
*)
|
||||||
hwver=""
|
hwver=""
|
||||||
;;
|
;;
|
||||||
|
|
Loading…
Reference in New Issue