Add support for tp-link CPE510 V2 (#2287)

Co-authored-by: Michael Wyraz <michael.wyraz@evermind.de>
This commit is contained in:
micw 2021-08-12 17:14:38 +02:00 committed by GitHub
parent e4086446cc
commit a1b961994a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 0 deletions

View File

@ -38,6 +38,7 @@ ath79-generic
- Archer C6 (v2) - Archer C6 (v2)
- CPE220 (v3.0) - CPE220 (v3.0)
- CPE510 (v2.0)
- CPE510 (v3.0) - CPE510 (v3.0)
- TL-WDR3600 (v1) - TL-WDR3600 (v1)
- TL-WDR4300 (v1) - TL-WDR4300 (v1)

View File

@ -30,6 +30,7 @@ function M.is_outdoor_device()
'plasmacloud,pa300', 'plasmacloud,pa300',
'plasmacloud,pa300e', 'plasmacloud,pa300e',
'tplink,cpe220-v3', 'tplink,cpe220-v3',
'tplink,cpe510-v2',
'tplink,cpe510-v3', 'tplink,cpe510-v3',
}) then }) then
return true return true

View File

@ -106,6 +106,7 @@ device('tp-link-archer-d50-v1', 'tplink_archer-d50-v1', {
}) })
device('tp-link-cpe220-v3', 'tplink_cpe220-v3') device('tp-link-cpe220-v3', 'tplink_cpe220-v3')
device('tp-link-cpe510-v2', 'tplink_cpe510-v2')
device('tp-link-cpe510-v3', 'tplink_cpe510-v3') device('tp-link-cpe510-v3', 'tplink_cpe510-v3')
device('tp-link-tl-wdr3600-v1', 'tplink_tl-wdr3600-v1') device('tp-link-tl-wdr3600-v1', 'tplink_tl-wdr3600-v1')