QCA NSS Packages
Go to file
Sean Khan 17c99d8b48 nss-crypto: fix unnecessary build when not selected
Recent changes in nss-clients enabled unconditional evaluation
of the `qca-nss-drv-dtlsmgr` and `qca-nss-drv-tlsmgr` packages,
which always pulled in their dependencies, including `qca-nss-cfi`
and `qca-nss-crypto`, even if these packages were not selected.

This caused build failures due to missing symbols when the
required NSS crypto components were not enabled.

This commit updates the Makefiles for `qca-nss-crypto` and `qca-nss-cfi`
to ensure that their build and install steps are only executed
if the corresponding package is selected.

Signed-off-by: Sean Khan <datapronix@protonmail.com>
2025-04-29 21:02:17 -04:00
.github/ISSUE_TEMPLATE Create config.yml 2025-04-29 03:40:41 -04:00
firmware nss-firmware: bugfix empty packages due to incorrect inheritance 2025-04-18 02:29:23 -04:00
nss-ifb
nss-userspace-oss
qca-mcs qca-mcs: fix header-guard error for gcc 15 2025-04-27 13:45:02 -04:00
qca-nss-cfi nss-crypto: fix unnecessary build when not selected 2025-04-29 21:02:17 -04:00
qca-nss-clients nss-crypto: fix unnecessary build when not selected 2025-04-29 21:02:17 -04:00
qca-nss-crypto nss-crypto: fix unnecessary build when not selected 2025-04-29 21:02:17 -04:00
qca-nss-drv treewide: rework handling platform specific features 2025-04-27 21:52:50 -04:00
qca-nss-ecm treewide: rework handling platform specific features 2025-04-27 21:52:50 -04:00
qca-nss-macsec add ipq5018 support (#41) 2025-01-14 11:34:11 -05:00
qca-ssdk-shell treewide: Refactor for APK based builds 2024-06-24 20:33:28 -04:00
wwan Some fixes to quectel.sh (#39) 2024-11-11 11:02:33 -05:00
LICENSE
README.md

nss-packages

Qualcomm networking packages feed for OpenWrt

These packages provide drivers for wired networking and offloading features for the following SoC-s:

  • IPQ807x
  • IPQ60xx (Untested)
  • IPQ50xx (Untested)

Note that these require kernel patches which are part of the main OpenWrt tree, this is only the package feed.