ipq40xx: add support for Aruba AP-365 / InstantOn AP17

This commit is contained in:
David Bauer 2021-06-29 00:28:15 +02:00
parent d3d22ba677
commit 1b1a1e00ed
3 changed files with 8 additions and 0 deletions

View File

@ -63,7 +63,9 @@ ipq40xx-generic
* Aruba
- AP-303
- AP-365
- Instant On AP11
- Instant On AP17
* AVM

View File

@ -34,6 +34,7 @@ function M.is_outdoor_device()
return true
elseif M.match('ipq40xx', 'generic', {
'aruba,ap-365',
'engenius,ens620ext',
'plasmacloud,pa1200',
}) then

View File

@ -28,6 +28,11 @@ device('aruba-ap-303', 'aruba_ap-303', {
aliases = {'aruba-instant-on-ap11'},
})
device('aruba-ap-365', 'aruba_ap-365', {
factory = false,
aliases = {'aruba-instant-on-ap17'},
})
-- AVM