This commit is contained in:
瀬名由希 2025-11-22 15:59:39 -08:00 committed by GitHub
commit 36debcf415
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 1 deletions

View File

@ -177,7 +177,7 @@ config NSS_DRV_QVPN_ENABLE
config NSS_DRV_RMNET_ENABLE
bool
default n
default y if PACKAGE_kmod-qmi_wwan_q
prompt "Enable RMNET"
depends on TARGET_qualcommax_ipq807x || TARGET_qualcommax_ipq50xx

View File

@ -165,8 +165,10 @@ ECM_MAKE_OPTS+=ECM_INTERFACE_BOND_ENABLE=y
endif
ifneq ($(CONFIG_PACKAGE_kmod-qmi_wwan_q),)
ifneq (, $(findstring $(CONFIG_TARGET_SUBTARGET), "ipq807x" "ipq50xx"))
ECM_MAKE_OPTS+=ECM_INTERFACE_RAWIP_ENABLE=y
endif
endif
ifneq ($(CONFIG_NSS_FIRMWARE_VERSION_12_5),)
EXTRA_CFLAGS+=-DNSS_FIRMWARE_VERSION_12_5