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

mpc85xx-p1010: add support for Enterasys WS-AP3715i (#2993)


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: default avatarDavid Bauer <mail@david-bauer.net>
parent 9e368f38
No related branches found
No related tags found
No related merge requests found
......@@ -309,6 +309,10 @@ mediatek-mt7622
mpc85xx-p1010
-------------
* Enterasys
- WS-AP3715i
* Sophos
- RED 15w Rev.1
......
......@@ -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',
......
-- Enterasys
device('enterasys-ws-ap3715i', 'enterasys_ws-ap3715i', {
factory = false,
})
-- Sophos
device('sophos-red-15w-rev.1', 'sophos_red-15w-rev1', {
......
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