2
0
forked from Ivasoft/openwrt

ar71xx: Add support to TP-Link EAP120

Signed-off-by: Henryk Heisig <hyniu@o2.pl>
This commit is contained in:
Henryk Heisig
2016-10-06 23:46:38 +02:00
committed by John Crispin
parent 6bb11d52f3
commit f5aa459043
11 changed files with 269 additions and 1 deletions

View File

@@ -433,7 +433,8 @@ platform_check_image() {
return $?
;;
cpe210|\
cpe510)
cpe510|\
eap120)
tplink_pharos_check_image "$1" && return 0
return 1
;;