Skip to content

Commit

Permalink
qualcommax: NSS: Set required NSS packages and options
Browse files Browse the repository at this point in the history
  • Loading branch information
qosmio committed May 25, 2024
1 parent c1b6885 commit 3e6e54a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package/kernel/mac80211/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ include $(INCLUDE_DIR)/kernel.mk
PKG_NAME:=mac80211

PKG_VERSION:=6.6.15
PKG_RELEASE:=3
PKG_RELEASE:=4
PKG_LICENSE:=GPL-2.0-only
PKG_LICENSE_FILES:=COPYING

Expand Down
5 changes: 5 additions & 0 deletions package/kernel/mac80211/ath.mk
Original file line number Diff line number Diff line change
Expand Up @@ -365,11 +365,16 @@ define KernelPackage/ath11k/config
TARGET_qualcommax_ipq807x_DEVICE_xiaomi_ax3600 || \
TARGET_qualcommax_ipq807x_DEVICE_zte_mf269 )
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
bool "Enable NSS WiFi Mesh offload"
depends on ATH11K_NSS_SUPPORT
select PACKAGE_MAC80211_MESH
select NSS_FIRMWARE_VERSION_11_4
default n

choice
Expand Down
2 changes: 1 addition & 1 deletion target/linux/qualcommax/ipq807x/target.mk
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
SUBTARGET:=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
Build firmware images for Qualcomm Atheros IPQ807x based boards.
Expand Down

0 comments on commit 3e6e54a

Please sign in to comment.