Skip to content
Snippets Groups Projects
Commit e30b0092 authored by David Bauer's avatar David Bauer
Browse files

ath79-generic: add missing ath10k packages

The devolo WiFi pro 1200i lost it's ath10k package definitions while
rebasing, thus selecting the wrong package set.

Fix it by adding the correct firmware and driver.
parent 9b4d59c5
No related branches found
No related tags found
No related merge requests found
local ATH10K_PACKAGES_QCA9880 = {
'kmod-ath10k',
'-kmod-ath10k-ct',
'ath10k-firmware-qca988x',
'-ath10k-firmware-qca988x-ct',
}
local ATH10K_PACKAGES_QCA9888 = { local ATH10K_PACKAGES_QCA9888 = {
'kmod-ath10k', 'kmod-ath10k',
'-kmod-ath10k-ct', '-kmod-ath10k-ct',
...@@ -8,6 +15,7 @@ local ATH10K_PACKAGES_QCA9888 = { ...@@ -8,6 +15,7 @@ local ATH10K_PACKAGES_QCA9888 = {
-- devolo -- devolo
device('devolo-wifi-pro-1200i', 'devolo_dvl1200i', { device('devolo-wifi-pro-1200i', 'devolo_dvl1200i', {
packages = ATH10K_PACKAGES_QCA9880,
factory = false, factory = false,
}) })
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment