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.
This commit is contained in:
David Bauer 2019-10-03 01:44:20 +02:00 committed by Martin Weinelt
parent 21397ce678
commit ea24298f2d

View File

@ -181,6 +181,7 @@ device('netgear-wnr2200', 'wnr2200', {
device('ocedo-koala', 'koala', { device('ocedo-koala', 'koala', {
factory = false, factory = false,
packages = ATH10K_PACKAGES,
}) })