mirror of
https://github.com/qosmio/nss-packages.git
synced 2025-12-17 00:33:40 +00:00
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>
20 lines
524 B
Makefile
20 lines
524 B
Makefile
#
|
|
# Copyright (C) 2015 OpenWrt.org
|
|
#
|
|
# This is free software, licensed under the GNU General Public License v2.
|
|
# See /LICENSE for more information.
|
|
#
|
|
|
|
include $(TOPDIR)/rules.mk
|
|
|
|
LUCI_TITLE:=Modem Server
|
|
LUCI_DEPENDS:=+luci-compat +quectel-CM-5G +kmod-usb-acm \
|
|
+kmod-usb-net-cdc-ether +kmod-usb-net-cdc-mbim \
|
|
+kmod-usb-net-qmi-wwan +kmod-usb-net-rndis \
|
|
+kmod-usb-serial-option +kmod-usb-wdm \
|
|
+kmod-qmi_wwan_f +kmod-qmi_wwan_q
|
|
|
|
include $(TOPDIR)/feeds/luci/luci.mk
|
|
|
|
# call BuildPackage - OpenWrt buildroot signature
|