From 80b0b6fbd41e7626d65ac46d27f1156188e539d4 Mon Sep 17 00:00:00 2001 From: Florian Maurer Date: Sat, 31 Aug 2024 11:06:40 +0200 Subject: [PATCH] ath79-generic: add support for DLAN (pro) 1200+ WiFi ac --- docs/user/supported_devices.rst | 2 ++ targets/ath79-generic | 6 ++++++ 2 files changed, 8 insertions(+) diff --git a/docs/user/supported_devices.rst b/docs/user/supported_devices.rst index 7fce36a648..a678e4054c 100644 --- a/docs/user/supported_devices.rst +++ b/docs/user/supported_devices.rst @@ -31,6 +31,8 @@ ath79-generic * devolo + - DLAN 1200+ WiFi ac + - DLAN pro 1200+ WiFi ac - WiFi pro 1200e [#lan_as_wan]_ - WiFi pro 1200i - WiFi pro 1750c diff --git a/targets/ath79-generic b/targets/ath79-generic index 2bd1568500..35894acc50 100644 --- a/targets/ath79-generic +++ b/targets/ath79-generic @@ -86,6 +86,12 @@ device('buffalo-wzr-hp-g300nh-rtl8366s', 'buffalo_wzr-hp-g300nh-s') -- devolo +device('devolo-dlan-pro-1200+-wifi-ac', 'devolo_dlan-pro-1200plus-ac', { + packages = ATH10K_PACKAGES_QCA9880, + factory = false, + broken = true, -- no power led +}) + device('devolo-wifi-pro-1200e', 'devolo_dvl1200e', { packages = ATH10K_PACKAGES_QCA9880, factory = false,