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, })