Commit Graph

3 Commits

Author SHA1 Message Date
Sean Khan
94410aed65 Revert "wwan: remove all wwan related packages out of nss packages"
This reverts commit d845680ef2.
2025-06-03 04:25:09 -04:00
Sean Khan
d845680ef2 wwan: remove all wwan related packages out of nss packages
These packages really shouldn't be in this repository as it's not the
core focus of the project. I am unable to test or maintain these since
it requires a device with a Quectel modem and cellular service, neither of
which I have access to.

For `Arcadyan AW1000` users you may be interested in trying:

https://github.com/immortalwrt/wwan-packages

All issues related to these packages will be closed and not addressed

Signed-off-by: Sean Khan <datapronix@protonmail.com>
2025-05-30 20:39:36 -04:00
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