From 866bf11903c905955c111df145cfa9472fbedf70 Mon Sep 17 00:00:00 2001
From: Sebastian Schaper <36594927+s-2@users.noreply.github.com>
Date: Wed, 23 Mar 2022 23:35:39 +0100
Subject: [PATCH] ath79-generic: add support for D-Link DAP-2660 A1 (#2414)

Signed-off-by: Sebastian Schaper <openwrt@sebastianschaper.net>
---
 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 dbc52da7..7bc8723d 100644
--- a/docs/user/supported_devices.rst
+++ b/docs/user/supported_devices.rst
@@ -17,6 +17,10 @@ ath79-generic
   - WiFi pro 1750i
   - WiFi pro 1750x
 
+* D-Link
+
+  - DAP-2660 A1 [#lan_as_wan]_
+
 * Enterasys
 
   - WS-AP3705i
diff --git a/targets/ath79-generic b/targets/ath79-generic
index b2cb3bc7..86b70378 100644
--- a/targets/ath79-generic
+++ b/targets/ath79-generic
@@ -61,6 +61,14 @@ device('devolo-wifi-pro-1750x', 'devolo_dvl1750x', {
 })
 
 
+-- D-Link
+
+device('d-link-dap-2660-a1', 'dlink_dap-2660-a1', {
+	factory_ext = '.img',
+	packages = ATH10K_PACKAGES_QCA9880,
+})
+
+
 -- Enterasys
 
 device('enterasys-ws-ap3705', 'enterasys_ws-ap3705i', {
-- 
GitLab