ar71xx: add support for TP-LINK CPE510 V2.0
Adds Support for the TP-LINK CPE510 V2.0 by TP-Link. The hardware is almost the same as the CPE510 V1.0 Follow the same processes as for the CPE510 V1.0 Signed-off-by: Andrew Cameron <apcameron@softhome.net>
This commit is contained in:
committed by
John Crispin
parent
b9bd3285c7
commit
bae927c551
@@ -582,7 +582,6 @@ platform_check_image() {
|
||||
return $?
|
||||
;;
|
||||
cpe210|\
|
||||
cpe510|\
|
||||
eap120|\
|
||||
wbs210|\
|
||||
wbs510)
|
||||
@@ -593,6 +592,20 @@ platform_check_image() {
|
||||
tplink_pharos_check_image "$1" "01000000" "$(tplink_pharos_v2_get_model_string)" '\0\xff\r' && return 0
|
||||
return 1
|
||||
;;
|
||||
cpe510)
|
||||
local modelstr="$(tplink_pharos_v2_get_model_string)"
|
||||
tplink_pharos_board_detect $modelstr
|
||||
case $AR71XX_MODEL in
|
||||
'TP-Link CPE510 v2.0')
|
||||
tplink_pharos_check_image "$1" "7f454c46" "$modelstr" '\0\xff\r' && return 0
|
||||
return 1
|
||||
;;
|
||||
*)
|
||||
tplink_pharos_check_image "$1" "7f454c46" "$(tplink_pharos_get_model_string)" '' && return 0
|
||||
return 1
|
||||
;;
|
||||
esac
|
||||
;;
|
||||
a40|\
|
||||
a60|\
|
||||
mr1750|\
|
||||
|
||||
Reference in New Issue
Block a user