ipq40xx: add support for Aruba AP-365 / InstantOn AP17 (#2290)

This commit is contained in:
David Bauer 2021-08-11 01:14:30 +02:00 committed by GitHub
parent 3bb3f02bcd
commit 14b1224f97
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 8 additions and 0 deletions

View File

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

View File

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

View File

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