ath79: add TP-Link EAP225 Outdoor v1

This commit is contained in:
Tom Herbers 2021-03-30 01:12:29 +02:00 committed by David Bauer
parent 99a3031001
commit d4267dab97
2 changed files with 6 additions and 0 deletions

View File

@ -56,6 +56,7 @@ function M.is_outdoor_device()
'plasmacloud,pa300',
'plasmacloud,pa300e',
'tplink,cpe220-v3',
'tplink,eap225-outdoor-v1',
}) then
return true

View File

@ -92,3 +92,8 @@ device('tp-link-archer-d50-v1', 'tplink_archer-d50-v1', {
factory = false,
broken = true, -- 64M ath9k + ath10k & power LED not working
})
device('tp-link-eap225-outdoor-v1', 'tplink_eap225-outdoor-v1', {
packages = ATH10K_PACKAGES_QCA9888,
})