Skip to content
Snippets Groups Projects
Commit d428e534 authored by David Bauer's avatar David Bauer Committed by David Bauer
Browse files

mpc85xx-p1020: add support for Enterasys WS-AP3710i

parent fb191ab8
No related branches found
No related tags found
No related merge requests found
...@@ -279,6 +279,10 @@ mpc85xx-p1020 ...@@ -279,6 +279,10 @@ mpc85xx-p1020
- HiveAP 330 - HiveAP 330
* Enterasys
- WS-AP3710i
* OCEDO * OCEDO
- Panda - Panda
......
...@@ -4,6 +4,14 @@ device('aerohive-hiveap-330', 'hiveap-330', { ...@@ -4,6 +4,14 @@ device('aerohive-hiveap-330', 'hiveap-330', {
factory = false, factory = false,
}) })
-- Enterasys
device('enterasys-ws-ap3710i', 'ws-ap3710i', {
factory = false,
})
-- OCEDO -- OCEDO
device('ocedo-panda', 'panda', { device('ocedo-panda', 'panda', {
......
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