ath79-generic: add support for TP-Link EAP225-Outdoor v1
This commit is contained in:
parent
1ad629e503
commit
5a034be6b3
@ -40,6 +40,7 @@ ath79-generic
|
|||||||
- CPE220 (v3.0)
|
- CPE220 (v3.0)
|
||||||
- CPE510 (v2.0)
|
- CPE510 (v2.0)
|
||||||
- CPE510 (v3.0)
|
- CPE510 (v3.0)
|
||||||
|
- EAP225-Outdoor (v1)
|
||||||
- TL-WDR3600 (v1)
|
- TL-WDR3600 (v1)
|
||||||
- TL-WDR4300 (v1)
|
- TL-WDR4300 (v1)
|
||||||
- WBS210 (v2.0)
|
- WBS210 (v2.0)
|
||||||
|
@ -32,6 +32,7 @@ function M.is_outdoor_device()
|
|||||||
'tplink,cpe220-v3',
|
'tplink,cpe220-v3',
|
||||||
'tplink,cpe510-v2',
|
'tplink,cpe510-v2',
|
||||||
'tplink,cpe510-v3',
|
'tplink,cpe510-v3',
|
||||||
|
'tplink,eap225-outdoor-v1',
|
||||||
'tplink,wbs210-v2',
|
'tplink,wbs210-v2',
|
||||||
}) then
|
}) then
|
||||||
return true
|
return true
|
||||||
|
@ -109,6 +109,10 @@ device('tp-link-cpe220-v3', 'tplink_cpe220-v3')
|
|||||||
device('tp-link-cpe510-v2', 'tplink_cpe510-v2')
|
device('tp-link-cpe510-v2', 'tplink_cpe510-v2')
|
||||||
device('tp-link-cpe510-v3', 'tplink_cpe510-v3')
|
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-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