Skip to content

Commit

Permalink
qualcommax: NSS: Add default packages drv, ecm, bridge-mgr
Browse files Browse the repository at this point in the history
These packages are required for basic NSS offloading. So ensure they're
selected for all qualcommax targets.

  * kmod-qca-nss-ecm (Enhanced Connection Manager)
  * kmod-qca-nss-drv (NSS Driver)
  * kmod-qca-nss-drv-bridge-mgr (NSS Manager for Bridges)

Signed-off-by: Sean Khan <[email protected]>
  • Loading branch information
qosmio committed Jul 3, 2024
1 parent 8ca8e5b commit 4faa2d1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion target/linux/qualcommax/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ DEFAULT_PACKAGES += \
kmod-leds-gpio kmod-gpio-button-hotplug \
kmod-qca-nss-dp kmod-ath11k-ahb \
wpad-basic-mbedtls uboot-envtools \
e2fsprogs kmod-fs-ext4 losetup
e2fsprogs kmod-fs-ext4 losetup \
kmod-qca-nss-drv kmod-qca-nss-ecm \
kmod-qca-nss-drv-bridge-mgr

$(eval $(call BuildTarget))

0 comments on commit 4faa2d1

Please sign in to comment.