Skip to content
Snippets Groups Projects
Unverified Commit 1f4c5681 authored by J. Burfeind's avatar J. Burfeind Committed by GitHub
Browse files

ath79-generic: add support for CPE710v1 (#2558)

parent 1ab1df08
No related branches found
Tags experimental-2023-11-09-base
No related merge requests found
...@@ -90,6 +90,7 @@ ath79-generic ...@@ -90,6 +90,7 @@ ath79-generic
- CPE510 (v1.0, v1.1) - CPE510 (v1.0, v1.1)
- CPE510 (v2.0) - CPE510 (v2.0)
- CPE510 (v3.0) - CPE510 (v3.0)
- CPE710 (v1.0)
- EAP225-Outdoor (v1) - EAP225-Outdoor (v1)
- TL-WDR3500 (v1) - TL-WDR3500 (v1)
- TL-WDR3600 (v1) - TL-WDR3600 (v1)
......
...@@ -34,6 +34,7 @@ function M.is_outdoor_device() ...@@ -34,6 +34,7 @@ function M.is_outdoor_device()
'tplink,cpe510-v1', 'tplink,cpe510-v1',
'tplink,cpe510-v2', 'tplink,cpe510-v2',
'tplink,cpe510-v3', 'tplink,cpe510-v3',
'tplink,cpe710-v1',
'tplink,eap225-outdoor-v1', 'tplink,eap225-outdoor-v1',
'tplink,wbs210-v1', 'tplink,wbs210-v1',
'tplink,wbs210-v2', 'tplink,wbs210-v2',
......
...@@ -381,6 +381,8 @@ device('tp-link-cpe510-v1', 'tplink_cpe510-v1', { ...@@ -381,6 +381,8 @@ device('tp-link-cpe510-v1', 'tplink_cpe510-v1', {
device('tp-link-cpe510-v2', 'tplink_cpe510-v2') 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-cpe710-v1', 'tplink_cpe710-v1')
device('tp-link-eap225-outdoor-v1', 'tplink_eap225-outdoor-v1', { device('tp-link-eap225-outdoor-v1', 'tplink_eap225-outdoor-v1', {
packages = ATH10K_PACKAGES_QCA9888, packages = ATH10K_PACKAGES_QCA9888,
}) })
......
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