From 320690d8abad881ffe888d92c19934c1b35d76d3 Mon Sep 17 00:00:00 2001 From: David Bauer Date: Thu, 3 Oct 2019 01:44:20 +0200 Subject: [PATCH] ar71xx-generic: add ath10k packages to OCEDO Koala (#1838) The OCEDO Koala was missing the correct package definition. Because of this, firmware is potentially built with the wrong ath10k firmware / driver. --- targets/ar71xx-generic | 1 + 1 file changed, 1 insertion(+) diff --git a/targets/ar71xx-generic b/targets/ar71xx-generic index 86a82476..c0f1c3a6 100644 --- a/targets/ar71xx-generic +++ b/targets/ar71xx-generic @@ -181,6 +181,7 @@ device('netgear-wnr2200', 'wnr2200', { device('ocedo-koala', 'koala', { factory = false, + packages = ATH10K_PACKAGES, })