2
0
forked from Ivasoft/openwrt

ar71xx: add support for TP-Link WBS210/510

The devices are mostly identical to the CPE210/510, but use external
antennas.

Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
This commit is contained in:
Matthias Schiffer
2017-01-05 16:01:17 +01:00
parent 2ee3e8dd42
commit 1fef80f29c
8 changed files with 95 additions and 8 deletions

View File

@@ -453,7 +453,9 @@ platform_check_image() {
;;
cpe210|\
cpe510|\
eap120)
eap120|\
wbs210|\
wbs510)
tplink_pharos_check_image "$1" && return 0
return 1
;;