ath79-generic: add support for TP-Link EAP225-Outdoor v1

This commit is contained in:
Tom Herbers 2021-08-28 14:29:58 +02:00
parent 1ad629e503
commit 5a034be6b3
No known key found for this signature in database
GPG Key ID: 841A5B0DCEDA6192
3 changed files with 6 additions and 0 deletions

View File

@ -40,6 +40,7 @@ ath79-generic
- CPE220 (v3.0)
- CPE510 (v2.0)
- CPE510 (v3.0)
- EAP225-Outdoor (v1)
- TL-WDR3600 (v1)
- TL-WDR4300 (v1)
- WBS210 (v2.0)

View File

@ -32,6 +32,7 @@ function M.is_outdoor_device()
'tplink,cpe220-v3',
'tplink,cpe510-v2',
'tplink,cpe510-v3',
'tplink,eap225-outdoor-v1',
'tplink,wbs210-v2',
}) then
return true

View File

@ -109,6 +109,10 @@ 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-eap225-outdoor-v1', 'tplink_eap225-outdoor-v1', {
packages = ATH10K_PACKAGES_QCA9888,
})
device('tp-link-tl-wdr3600-v1', 'tplink_tl-wdr3600-v1')
device('tp-link-tl-wdr4300-v1', 'tplink_tl-wdr4300-v1')