ath79: add TP-Link EAP225 Outdoor v1
This commit is contained in:
parent
bea2699bde
commit
a803398161
@ -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
|
||||||
|
|
||||||
|
@ -91,6 +91,10 @@ device('tp-link-archer-c7-v1', 'tplink_archer-c7-v1', {
|
|||||||
|
|
||||||
device('tp-link-cpe220-v3', 'tplink_cpe220-v3')
|
device('tp-link-cpe220-v3', 'tplink_cpe220-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-wdr3600-v1', 'tplink_tl-wdr3600-v1')
|
||||||
|
|
||||||
device('tp-link-tl-wdr4300-v1', 'tplink_tl-wdr4300-v1')
|
device('tp-link-tl-wdr4300-v1', 'tplink_tl-wdr4300-v1')
|
||||||
|
Loading…
Reference in New Issue
Block a user