mirror of
https://github.com/qosmio/nss-packages.git
synced 2025-12-18 17:21:56 +00:00
process dependency between RMNET and WWAN
Signed-off-by: Yuki Sena <admin@senayuki.moe>
This commit is contained in:
parent
326a597d7f
commit
918c04d39d
@ -177,7 +177,7 @@ config NSS_DRV_QVPN_ENABLE
|
|||||||
|
|
||||||
config NSS_DRV_RMNET_ENABLE
|
config NSS_DRV_RMNET_ENABLE
|
||||||
bool
|
bool
|
||||||
default n
|
default y if PACKAGE_kmod-qmi_wwan_q
|
||||||
prompt "Enable RMNET"
|
prompt "Enable RMNET"
|
||||||
depends on TARGET_qualcommax_ipq807x || TARGET_qualcommax_ipq50xx
|
depends on TARGET_qualcommax_ipq807x || TARGET_qualcommax_ipq50xx
|
||||||
|
|
||||||
|
|||||||
@ -165,8 +165,10 @@ ECM_MAKE_OPTS+=ECM_INTERFACE_BOND_ENABLE=y
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
ifneq ($(CONFIG_PACKAGE_kmod-qmi_wwan_q),)
|
ifneq ($(CONFIG_PACKAGE_kmod-qmi_wwan_q),)
|
||||||
|
ifneq (, $(findstring $(CONFIG_TARGET_SUBTARGET), "ipq807x" "ipq50xx"))
|
||||||
ECM_MAKE_OPTS+=ECM_INTERFACE_RAWIP_ENABLE=y
|
ECM_MAKE_OPTS+=ECM_INTERFACE_RAWIP_ENABLE=y
|
||||||
endif
|
endif
|
||||||
|
endif
|
||||||
|
|
||||||
ifneq ($(CONFIG_NSS_FIRMWARE_VERSION_12_5),)
|
ifneq ($(CONFIG_NSS_FIRMWARE_VERSION_12_5),)
|
||||||
EXTRA_CFLAGS+=-DNSS_FIRMWARE_VERSION_12_5
|
EXTRA_CFLAGS+=-DNSS_FIRMWARE_VERSION_12_5
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user