diff --git a/docs/user/supported_devices.rst b/docs/user/supported_devices.rst index 1022176f63..b69402c51b 100644 --- a/docs/user/supported_devices.rst +++ b/docs/user/supported_devices.rst @@ -113,6 +113,7 @@ ath79-generic - AP100 - AP100c + - AP55 - AP55c * Teltonika diff --git a/targets/ath79-generic b/targets/ath79-generic index e92fe97137..626b6520cb 100644 --- a/targets/ath79-generic +++ b/targets/ath79-generic @@ -390,6 +390,11 @@ device('sophos-ap100c', 'sophos_ap100c', { factory = false, }) +device('sophos-ap55', 'sophos_ap55', { + packages = ATH10K_PACKAGES_QCA9880, + factory = false, +}) + device('sophos-ap55c', 'sophos_ap55c', { packages = ATH10K_PACKAGES_QCA9880, factory = false,