From b901dfa69156b40044aeddc6647671a6d14a5e33 Mon Sep 17 00:00:00 2001 From: "aiyion.prime" Date: Sat, 2 Apr 2022 12:52:31 +0200 Subject: [PATCH 1/2] ath79-generic: (re)add unifi-ap-ac-lr Gone due to commit 45c84a117bf8 ("ar71xx: drop target") --- 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 c69bcf34..0e498d02 100644 --- a/docs/user/supported_devices.rst +++ b/docs/user/supported_devices.rst @@ -89,6 +89,7 @@ ath79-generic * Ubiquiti + - UniFi AC LR - UniFi AC Mesh - UniFi AP - UniFi AP LR diff --git a/targets/ath79-generic b/targets/ath79-generic index 7f98504a..e4c48a4b 100644 --- a/targets/ath79-generic +++ b/targets/ath79-generic @@ -333,6 +333,11 @@ device('tp-link-wbs210-v2', 'tplink_wbs210-v2') -- Ubiquiti +device('ubiquiti-unifi-ac-lr', 'ubnt_unifiac-lr', { + factory = false, + packages = ATH10K_PACKAGES_QCA9880, +}) + device('ubiquiti-unifi-ac-mesh', 'ubnt_unifiac-mesh', { factory = false, packages = ATH10K_PACKAGES_QCA9880, From d3a2c657f912b1d7354c962fc91bcc5ba437f739 Mon Sep 17 00:00:00 2001 From: "aiyion.prime" Date: Sat, 2 Apr 2022 13:01:38 +0200 Subject: [PATCH 2/2] ath79-generic: (re)add unifi-ap-ac-lite Gone due to commit 45c84a117bf8 ("ar71xx: drop target") --- 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 0e498d02..8263b6b9 100644 --- a/docs/user/supported_devices.rst +++ b/docs/user/supported_devices.rst @@ -89,6 +89,7 @@ ath79-generic * Ubiquiti + - UniFi AC Lite - UniFi AC LR - UniFi AC Mesh - UniFi AP diff --git a/targets/ath79-generic b/targets/ath79-generic index e4c48a4b..f3c5e8cb 100644 --- a/targets/ath79-generic +++ b/targets/ath79-generic @@ -333,6 +333,11 @@ device('tp-link-wbs210-v2', 'tplink_wbs210-v2') -- Ubiquiti +device('ubiquiti-unifi-ac-lite', 'ubnt_unifiac-lite', { + factory = false, + packages = ATH10K_PACKAGES_QCA9880, +}) + device('ubiquiti-unifi-ac-lr', 'ubnt_unifiac-lr', { factory = false, packages = ATH10K_PACKAGES_QCA9880,