mirror of
https://github.com/breeze303/openwrt-ipq.git
synced 2025-12-17 00:21:06 +00:00
qualcommax: NSS: Set required NSS packages and options
This commit is contained in:
parent
ffdaa5f60f
commit
9609bb1e10
@ -377,11 +377,16 @@ define KernelPackage/ath11k/config
|
|||||||
TARGET_qualcommax_ipq807x_DEVICE_xiaomi_ax3600 || \
|
TARGET_qualcommax_ipq807x_DEVICE_xiaomi_ax3600 || \
|
||||||
TARGET_qualcommax_ipq807x_DEVICE_zte_mf269 )
|
TARGET_qualcommax_ipq807x_DEVICE_zte_mf269 )
|
||||||
select ATH11K_MEM_PROFILE_256M if TARGET_qualcommax_ipq807x_DEVICE_netgear_wax218
|
select ATH11K_MEM_PROFILE_256M if TARGET_qualcommax_ipq807x_DEVICE_netgear_wax218
|
||||||
|
default y
|
||||||
|
help
|
||||||
|
Say Y to enable NSS WiFi offload support. Ensure you enable feeds for NSS drivers.
|
||||||
|
https://github.com/qosmio/nss-packages
|
||||||
|
|
||||||
config ATH11K_NSS_MESH_SUPPORT
|
config ATH11K_NSS_MESH_SUPPORT
|
||||||
bool "Enable NSS WiFi Mesh offload"
|
bool "Enable NSS WiFi Mesh offload"
|
||||||
depends on ATH11K_NSS_SUPPORT
|
depends on ATH11K_NSS_SUPPORT
|
||||||
select PACKAGE_MAC80211_MESH
|
select PACKAGE_MAC80211_MESH
|
||||||
|
select NSS_FIRMWARE_VERSION_11_4
|
||||||
default n
|
default n
|
||||||
|
|
||||||
choice
|
choice
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
SUBTARGET:=ipq807x
|
SUBTARGET:=ipq807x
|
||||||
BOARDNAME:=Qualcomm Atheros IPQ807x
|
BOARDNAME:=Qualcomm Atheros IPQ807x
|
||||||
DEFAULT_PACKAGES += kmod-phy-aquantia ath11k-firmware-ipq8074
|
DEFAULT_PACKAGES += kmod-phy-aquantia ath11k-firmware-ipq8074 kmod-qca-nss-ecm kmod-qca-nss-drv
|
||||||
|
|
||||||
define Target/Description
|
define Target/Description
|
||||||
Build firmware images for Qualcomm Atheros IPQ807x based boards.
|
Build firmware images for Qualcomm Atheros IPQ807x based boards.
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user