From 4873c9341e0d5500745816d8a07525c7e0afda30 Mon Sep 17 00:00:00 2001 From: "J. Burfeind" Date: Tue, 16 Aug 2022 22:37:42 +0200 Subject: [PATCH] ath79-generic: (re)add support for Ocedo Koala (#2606) 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 2a93aad4..c0408731 100644 --- a/docs/user/supported_devices.rst +++ b/docs/user/supported_devices.rst @@ -60,6 +60,7 @@ ath79-generic * OCEDO + - Koala - Raccoon * Onion diff --git a/targets/ath79-generic b/targets/ath79-generic index 94a86910..d9f83568 100644 --- a/targets/ath79-generic +++ b/targets/ath79-generic @@ -175,6 +175,11 @@ device('netgear-wnr2200-16m', 'netgear_wnr2200-16m', { -- OCEDO +device('ocedo-koala', 'ocedo_koala', { + factory = false, + packages = ATH10K_PACKAGES_QCA9880, +}) + device('ocedo-raccoon', 'ocedo_raccoon', { factory = false, })