From f2b2f81af21d53339b2985390aad8d1d8b919d3a Mon Sep 17 00:00:00 2001
From: Simon Terzenbach <simon@terzenba.ch>
Date: Sun, 24 Dec 2023 00:12:26 +0100
Subject: [PATCH] ath79-generic: add support for Sophos AP55c (#3119)

---
 docs/user/supported_devices.rst | 1 +
 targets/ath79-generic           | 5 +++++
 2 files changed, 6 insertions(+)

diff --git a/docs/user/supported_devices.rst b/docs/user/supported_devices.rst
index 2f8f74f51..7d606a67b 100644
--- a/docs/user/supported_devices.rst
+++ b/docs/user/supported_devices.rst
@@ -112,6 +112,7 @@ ath79-generic
 * Sophos
 
   - AP100c
+  - AP55c
 
 * Teltonika
 
diff --git a/targets/ath79-generic b/targets/ath79-generic
index 83cfa682a..3d8cec032 100644
--- a/targets/ath79-generic
+++ b/targets/ath79-generic
@@ -385,6 +385,11 @@ device('sophos-ap100c', 'sophos_ap100c', {
 	factory = false,
 })
 
+device('sophos-ap55c', 'sophos_ap55c', {
+	packages = ATH10K_PACKAGES_QCA9880,
+	factory = false,
+})
+
 
 -- Teltonika
 
-- 
GitLab