Revert "ipq40xx: switch Wave2 firmware to -ct (#2541)"
This is a temporary measure that fixes #2692. This reverts commit15ef885836
. (cherry picked from commit22c47df242
)
This commit is contained in:
parent
b5d90719cb
commit
e6137d424d
@ -18,7 +18,13 @@ local ATH10K_PACKAGES_QCA9887 = {
|
||||
'-ath10k-firmware-qca9887-ct',
|
||||
}
|
||||
|
||||
local ATH10K_PACKAGES_QCA9888 = {}
|
||||
local ATH10K_PACKAGES_QCA9888 = {
|
||||
'kmod-ath10k',
|
||||
'-kmod-ath10k-ct',
|
||||
'-kmod-ath10k-ct-smallbuffers',
|
||||
'ath10k-firmware-qca9888',
|
||||
'-ath10k-firmware-qca9888-ct',
|
||||
}
|
||||
|
||||
-- ALFA NETWORK
|
||||
|
||||
|
@ -1,5 +1,19 @@
|
||||
local ATH10K_PACKAGES_IPQ40XX = {}
|
||||
local ATH10K_PACKAGES_IPQ40XX_QCA9888 = {}
|
||||
local ATH10K_PACKAGES_IPQ40XX = {
|
||||
'kmod-ath10k',
|
||||
'-kmod-ath10k-ct',
|
||||
'-kmod-ath10k-ct-smallbuffers',
|
||||
'ath10k-firmware-qca4019',
|
||||
'-ath10k-firmware-qca4019-ct',
|
||||
}
|
||||
local ATH10K_PACKAGES_IPQ40XX_QCA9888 = {
|
||||
'kmod-ath10k',
|
||||
'-kmod-ath10k-ct',
|
||||
'-kmod-ath10k-ct-smallbuffers',
|
||||
'ath10k-firmware-qca4019',
|
||||
'-ath10k-firmware-qca4019-ct',
|
||||
'ath10k-firmware-qca9888',
|
||||
'-ath10k-firmware-qca9888-ct',
|
||||
}
|
||||
|
||||
|
||||
defaults {
|
||||
|
@ -4,7 +4,7 @@
|
||||
-- The QCA9984 on the other hand works fine for 11s meshes on both bands.
|
||||
|
||||
local QCA9980_PACKAGES = {'-kmod-ath10k', 'kmod-ath10k-ct', '-ath10k-firmware-qca99x0', 'ath10k-firmware-qca99x0-ct'}
|
||||
local QCA9984_PACKAGES = {}
|
||||
local QCA9984_PACKAGES = {'kmod-ath10k', '-kmod-ath10k-ct', 'ath10k-firmware-qca9984', '-ath10k-firmware-qca9984-ct'}
|
||||
|
||||
|
||||
--
|
||||
|
Loading…
Reference in New Issue
Block a user