Skip to content
Snippets Groups Projects
Unverified Commit a1b96199 authored by micw's avatar micw Committed by GitHub
Browse files

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

parent e4086446
No related branches found
No related tags found
No related merge requests found
......@@ -38,6 +38,7 @@ ath79-generic
- Archer C6 (v2)
- CPE220 (v3.0)
- CPE510 (v2.0)
- CPE510 (v3.0)
- TL-WDR3600 (v1)
- TL-WDR4300 (v1)
......
......@@ -30,6 +30,7 @@ function M.is_outdoor_device()
'plasmacloud,pa300',
'plasmacloud,pa300e',
'tplink,cpe220-v3',
'tplink,cpe510-v2',
'tplink,cpe510-v3',
}) then
return true
......
......@@ -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-cpe510-v2', 'tplink_cpe510-v2')
device('tp-link-cpe510-v3', 'tplink_cpe510-v3')
device('tp-link-tl-wdr3600-v1', 'tplink_tl-wdr3600-v1')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment