ath79-generic: add support for CPE710v1 (#2558)
This commit is contained in:
parent
1ab1df080e
commit
1f4c5681e4
@ -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)
|
||||
|
@ -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',
|
||||
|
@ -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,
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user