targets: adapt ath10k selection to OpenWrt 19.07
This changes the ath10k firmware and driver selection, as ath10k-ct is now the default in upstream OpenWrt. However, for 802.11s operation we need the QCA firmware and driver.
This commit is contained in:
parent
dc8d5d3ca9
commit
82cdd5f808
@ -4,10 +4,10 @@ config 'CONFIG_TARGET_SQUASHFS_BLOCK_SIZE=64'
|
||||
local ATH10K_PACKAGES = {}
|
||||
local ATH10K_PACKAGES_QCA9887 = {}
|
||||
local ATH10K_PACKAGES_QCA9888 = {}
|
||||
if env.GLUON_WLAN_MESH == 'ibss' then
|
||||
ATH10K_PACKAGES = {'-kmod-ath10k', 'kmod-ath10k-ct', '-ath10k-firmware-qca988x', 'ath10k-firmware-qca988x-ct'}
|
||||
ATH10K_PACKAGES_QCA9887 = {'-kmod-ath10k', 'kmod-ath10k-ct', '-ath10k-firmware-qca9887', 'ath10k-firmware-qca9887-ct'}
|
||||
ATH10K_PACKAGES_QCA9888 = {'-kmod-ath10k', 'kmod-ath10k-ct', '-ath10k-firmware-qca9888', 'ath10k-firmware-qca9888-ct'}
|
||||
if env.GLUON_WLAN_MESH == '11s' then
|
||||
ATH10K_PACKAGES = {'kmod-ath10k', '-kmod-ath10k-ct', 'ath10k-firmware-qca988x', '-ath10k-firmware-qca988x-ct'}
|
||||
ATH10K_PACKAGES_QCA9887 = {'kmod-ath10k', '-kmod-ath10k-ct', 'ath10k-firmware-qca9887', '-ath10k-firmware-qca9887-ct'}
|
||||
ATH10K_PACKAGES_QCA9888 = {'kmod-ath10k', '-kmod-ath10k-ct', 'ath10k-firmware-qca9888', '-ath10k-firmware-qca9888-ct'}
|
||||
end
|
||||
|
||||
|
||||
|
@ -1,8 +1,8 @@
|
||||
config 'CONFIG_GLUON_SPECIALIZE_KERNEL=y'
|
||||
|
||||
local ATH10K_PACKAGES = {}
|
||||
if env.GLUON_WLAN_MESH == 'ibss' then
|
||||
ATH10K_PACKAGES = {'-kmod-ath10k', 'kmod-ath10k-ct', '-ath10k-firmware-qca988x', 'ath10k-firmware-qca988x-ct'}
|
||||
if env.GLUON_WLAN_MESH == '11s' then
|
||||
ATH10K_PACKAGES = {'kmod-ath10k', '-kmod-ath10k-ct', 'ath10k-firmware-qca988x', '-ath10k-firmware-qca988x-ct'}
|
||||
end
|
||||
|
||||
|
||||
|
@ -1,19 +1,19 @@
|
||||
local ATH10K_PACKAGES_IPQ40XX = {}
|
||||
local ATH10K_PACKAGES_IPQ40XX_QCA9888 = {'ath10k-firmware-qca9888'}
|
||||
if env.GLUON_WLAN_MESH == 'ibss' then
|
||||
local ATH10K_PACKAGES_IPQ40XX_QCA9888 = {}
|
||||
if env.GLUON_WLAN_MESH == '11s' then
|
||||
ATH10K_PACKAGES_IPQ40XX = {
|
||||
'-kmod-ath10k',
|
||||
'kmod-ath10k-ct',
|
||||
'-ath10k-firmware-qca4019',
|
||||
'ath10k-firmware-qca4019-ct',
|
||||
'kmod-ath10k',
|
||||
'-kmod-ath10k-ct',
|
||||
'ath10k-firmware-qca4019',
|
||||
'-ath10k-firmware-qca4019-ct',
|
||||
}
|
||||
ATH10K_PACKAGES_IPQ40XX_QCA9888 = {
|
||||
'-kmod-ath10k',
|
||||
'kmod-ath10k-ct',
|
||||
'-ath10k-firmware-qca4019',
|
||||
'ath10k-firmware-qca4019-ct',
|
||||
'-ath10k-firmware-qca9888',
|
||||
'ath10k-firmware-qca9888-ct',
|
||||
'kmod-ath10k',
|
||||
'-kmod-ath10k-ct',
|
||||
'ath10k-firmware-qca4019',
|
||||
'-ath10k-firmware-qca4019-ct',
|
||||
'ath10k-firmware-qca9888',
|
||||
'-ath10k-firmware-qca9888-ct',
|
||||
}
|
||||
end
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user