Skip to content
Snippets Groups Projects
Unverified Commit 14b1224f authored by David Bauer's avatar David Bauer Committed by GitHub
Browse files

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

parent 3bb3f02b
No related branches found
No related tags found
No related merge requests found
......@@ -63,7 +63,9 @@ ipq40xx-generic
* Aruba
- AP-303
- AP-365
- Instant On AP11
- Instant On AP17
* AVM
......
......@@ -34,6 +34,7 @@ function M.is_outdoor_device()
return true
elseif M.match('ipq40xx', 'generic', {
'aruba,ap-365',
'engenius,ens620ext',
'plasmacloud,pa1200',
}) then
......
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment