Skip to content

Commit

Permalink
mpc85xx-p1010: add support for Enterasys WS-AP3715i (#2993)
Browse files Browse the repository at this point in the history
Enterasys WS-AP3715i is a dualband wireless-N access point.
It comes in a similar casing as the WS-AP3825i, however the hardware is
fundamentally different from its bigger cousin.

Signed-off-by: David Bauer <[email protected]>
  • Loading branch information
blocktrron authored Sep 29, 2023
1 parent 9e368f3 commit 1b6ddac
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/user/supported_devices.rst
Original file line number Diff line number Diff line change
Expand Up @@ -309,6 +309,10 @@ mediatek-mt7622
mpc85xx-p1010
-------------

* Enterasys

- WS-AP3715i

* Sophos

- RED 15w Rev.1
Expand Down
3 changes: 3 additions & 0 deletions package/gluon-core/luasrc/lib/gluon/upgrade/010-primary-mac
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,9 @@ local primary_addrs = {
'aerohive,hiveap-330',
'ocedo,panda',
}},
{'mpc85xx', 'p1010', {
'enterasys,ws-ap3715i',
}},
{'ramips', 'mt7620', {
'xiaomi,miwifi-mini',
'asus,rt-ac51u',
Expand Down
7 changes: 7 additions & 0 deletions targets/mpc85xx-p1010
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
-- Enterasys

device('enterasys-ws-ap3715i', 'enterasys_ws-ap3715i', {
factory = false,
})


-- Sophos

device('sophos-red-15w-rev.1', 'sophos_red-15w-rev1', {
Expand Down

0 comments on commit 1b6ddac

Please sign in to comment.