QCA NSS Packages
Go to file
Hikari 681d706908 Initial RMNET fixes (#31)
* 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>

* cleanup, initial commit

* Fix typos, mhi quectel connection mananger

* Fix invalid patch

* fix qmi_wwan_q patch

* fix qmi_wwan_q patch

* remove duplicate patch

---------

Signed-off-by: Sean Khan <datapronix@protonmail.com>
Co-authored-by: Sean Khan <datapronix@protonmail.com>
Co-authored-by: Robin Reyes <hikari@pop-os.corephwebsolutions.com>
2024-09-26 10:36:08 -04:00
firmware qca-nss: Bump 11.4 FW to 11.4.0.5-6 2024-08-04 01:42:54 -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 nss-cfi: Fix crash on IPQ807x when utilizing NSS cores for crypto tasks 2024-09-21 16:45:58 -04:00
qca-nss-clients qca-nss: Bump 11.4 FW to 11.4.0.5-6 2024-08-04 01:42:54 -04:00
qca-nss-crypto nss-crypto: add dependancy on nss-eip-firmware 2024-09-21 16:47:33 -04:00
qca-nss-drv nss-drv: Fix 'mesh_mesh' naming mesh stats 2024-09-21 16:31:13 -04:00
qca-nss-ecm nss-ecm: Refresh patches for 12.5.5 2024-09-21 19:51:08 -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 Update quectel.sh (#33) 2024-09-24 00:47:17 -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.