From ea24298f2d0d20a4a5c4113fb5932204cdf81282 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 b95917e9..ddf5f574 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, })