From a874c873549516ddd2b9c2325a9397f08a7a6d69 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 --- targets/ath79-generic | 6 ++++++ 1 file changed, 6 insertions(+) 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,