From 102a4b9350c925cbbe15fdead43a370c445eacf8 Mon Sep 17 00:00:00 2001
From: David Bauer <mail@david-bauer.net>
Date: Mon, 1 Nov 2021 00:38:36 +0100
Subject: [PATCH] ath79-generic: add support for Enterasys WS-AP3705i (#2332)

---
 docs/user/supported_devices.rst | 4 ++++
 targets/ath79-generic           | 8 ++++++++
 2 files changed, 12 insertions(+)

diff --git a/docs/user/supported_devices.rst b/docs/user/supported_devices.rst
index 47447c310..8d7377f92 100644
--- a/docs/user/supported_devices.rst
+++ b/docs/user/supported_devices.rst
@@ -13,6 +13,10 @@ ath79-generic
   - WiFi pro 1750i
   - WiFi pro 1750x
 
+* Enterasys
+
+  - WS-AP3705i
+
 * GL.iNet
 
   - GL-AR300M-Lite
diff --git a/targets/ath79-generic b/targets/ath79-generic
index a42201816..680c9f818 100644
--- a/targets/ath79-generic
+++ b/targets/ath79-generic
@@ -54,6 +54,14 @@ device('devolo-wifi-pro-1750x', 'devolo_dvl1750x', {
 	factory = false,
 })
 
+
+-- Enterasys
+
+device('enterasys-ws-ap3705', 'enterasys_ws-ap3705i', {
+	factory = false,
+})
+
+
 -- GL.iNet
 
 device('gl.inet-gl-ar300m-lite', 'glinet_gl-ar300m-lite', {
-- 
GitLab