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

This commit is contained in:
J. Burfeind 2022-06-17 23:12:36 +02:00 committed by GitHub
parent 1ab1df080e
commit 1f4c5681e4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 0 deletions

View File

@ -90,6 +90,7 @@ ath79-generic
- CPE510 (v1.0, v1.1)
- CPE510 (v2.0)
- CPE510 (v3.0)
- CPE710 (v1.0)
- EAP225-Outdoor (v1)
- TL-WDR3500 (v1)
- TL-WDR3600 (v1)

View File

@ -34,6 +34,7 @@ function M.is_outdoor_device()
'tplink,cpe510-v1',
'tplink,cpe510-v2',
'tplink,cpe510-v3',
'tplink,cpe710-v1',
'tplink,eap225-outdoor-v1',
'tplink,wbs210-v1',
'tplink,wbs210-v2',

View File

@ -381,6 +381,8 @@ device('tp-link-cpe510-v1', 'tplink_cpe510-v1', {
device('tp-link-cpe510-v2', 'tplink_cpe510-v2')
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', {
packages = ATH10K_PACKAGES_QCA9888,
})