From c519d938d89089081906d74cfc300dd1f0980be3 Mon Sep 17 00:00:00 2001 From: David Bauer Date: Thu, 3 Oct 2019 01:36:53 +0200 Subject: [PATCH] ar71xx-generic: add ath10k packages to OCEDO Koala 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, })