QCA NSS Packages
Go to file
Sean Khan 4b1cb1d940 wwan: Initial attempt at NSS offload
Initial attempt at getting NSS offload working with 4g/5g based
IPQ807x/50xx platforms.

I don't have a unit to test this on but everything seems to compile
after applying a few patches.

Ensure you are using the "NSS-12.5-K6.x-wwan" branch in your `feeds.conf`

```
src-git nss_packages https://github.com/qosmio/nss-packages.git;NSS-12.5-K6.x-wwan
```

Then install all packages
```
./scripts/feeds install -p nss_packages -a
```

Ensure you select the modules:
```
kmod-pcie_mhi
kmod-qmi_wwan_q
```

Work was derived from `https://github.com/coolsnowwolf/lede` and
`https://git.codelinaro.org/clo/qsdk/platform/vendor/qcom/opensource/qsdk/datarmnet`

Signed-off-by: Sean Khan <datapronix@protonmail.com>
2024-07-10 14:34:13 -04:00
firmware nss-firmware: fix building for IPQ60XX/IPQ50XX 2024-06-22 16:10:49 -04:00
nss-ifb Move non-upstream NSS packages back into repo 2024-02-19 01:35:04 -05:00
nss-userspace-oss nss-packages: disable broken and abandoned modules 2024-03-26 22:41:03 -04:00
qca-mcs treewide: Refactor for APK based builds 2024-06-24 20:33:28 -04:00
qca-nss-cfi treewide: Refactor for APK based builds 2024-06-24 20:33:28 -04:00
qca-nss-clients nss-clients: fix tun6rd and tunipip build 2024-07-10 12:21:52 -04:00
qca-nss-crypto treewide: Refactor for APK based builds 2024-06-24 20:33:28 -04:00
qca-nss-drv nss-drv: limit headers to fw 12.1 2024-07-10 13:50:58 -04:00
qca-nss-ecm wwan: Initial attempt at NSS offload 2024-07-10 14:34:13 -04:00
qca-nss-macsec treewide: Refactor for APK based builds 2024-06-24 20:33:28 -04:00
qca-ssdk-shell treewide: Refactor for APK based builds 2024-06-24 20:33:28 -04:00
wwan wwan: Initial attempt at NSS offload 2024-07-10 14:34:13 -04:00
LICENSE Initial commit 2021-05-30 17:58:24 +02:00
README.md README: Update 2021-05-30 18:10:46 +02:00

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.