ath79: add TP-Link EAP225 Outdoor v1
This commit is contained in:
parent
99a3031001
commit
d4267dab97
@ -56,6 +56,7 @@ function M.is_outdoor_device()
|
|||||||
'plasmacloud,pa300',
|
'plasmacloud,pa300',
|
||||||
'plasmacloud,pa300e',
|
'plasmacloud,pa300e',
|
||||||
'tplink,cpe220-v3',
|
'tplink,cpe220-v3',
|
||||||
|
'tplink,eap225-outdoor-v1',
|
||||||
}) then
|
}) then
|
||||||
return true
|
return true
|
||||||
|
|
||||||
|
@ -92,3 +92,8 @@ device('tp-link-archer-d50-v1', 'tplink_archer-d50-v1', {
|
|||||||
factory = false,
|
factory = false,
|
||||||
broken = true, -- 64M ath9k + ath10k & power LED not working
|
broken = true, -- 64M ath9k + ath10k & power LED not working
|
||||||
})
|
})
|
||||||
|
|
||||||
|
device('tp-link-eap225-outdoor-v1', 'tplink_eap225-outdoor-v1', {
|
||||||
|
packages = ATH10K_PACKAGES_QCA9888,
|
||||||
|
})
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user