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

ath79-generic: add support for Enterasys WS-AP3705i (#2332)

parent 7b2ab5e6
No related branches found
No related tags found
No related merge requests found
...@@ -13,6 +13,10 @@ ath79-generic ...@@ -13,6 +13,10 @@ ath79-generic
- WiFi pro 1750i - WiFi pro 1750i
- WiFi pro 1750x - WiFi pro 1750x
* Enterasys
- WS-AP3705i
* GL.iNet * GL.iNet
- GL-AR300M-Lite - GL-AR300M-Lite
......
...@@ -54,6 +54,14 @@ device('devolo-wifi-pro-1750x', 'devolo_dvl1750x', { ...@@ -54,6 +54,14 @@ device('devolo-wifi-pro-1750x', 'devolo_dvl1750x', {
factory = false, factory = false,
}) })
-- Enterasys
device('enterasys-ws-ap3705', 'enterasys_ws-ap3705i', {
factory = false,
})
-- GL.iNet -- GL.iNet
device('gl.inet-gl-ar300m-lite', 'glinet_gl-ar300m-lite', { device('gl.inet-gl-ar300m-lite', 'glinet_gl-ar300m-lite', {
......
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