The wwan package holds the hotplug script to set mobile broadband interfaces (un)available. Add it as a dependency to comgt-ncm, uqmi and umbim.
Signed-off-by: Matti Laakso <[email protected]> --- package/network/utils/comgt/Makefile | 2 +- package/network/utils/umbim/Makefile | 2 +- package/network/utils/uqmi/Makefile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package/network/utils/comgt/Makefile b/package/network/utils/comgt/Makefile index 2501682..31d7bc7 100644 --- a/package/network/utils/comgt/Makefile +++ b/package/network/utils/comgt/Makefile @@ -44,7 +44,7 @@ endef define Package/comgt-ncm $(call Package/comgt/Default) TITLE+=NCM 3G/4G Support - DEPENDS:=+comgt + DEPENDS:=+comgt +wwan endef define Package/comgt/description diff --git a/package/network/utils/umbim/Makefile b/package/network/utils/umbim/Makefile index 64e4acc..ea461d5 100644 --- a/package/network/utils/umbim/Makefile +++ b/package/network/utils/umbim/Makefile @@ -22,7 +22,7 @@ include $(INCLUDE_DIR)/cmake.mk define Package/umbim SECTION:=net CATEGORY:=Network - DEPENDS:=+libubox +kmod-usb-net +kmod-usb-net-cdc-mbim + DEPENDS:=+libubox +kmod-usb-net +kmod-usb-net-cdc-mbim +wwan TITLE:=Control utility for mobile broadband modems endef diff --git a/package/network/utils/uqmi/Makefile b/package/network/utils/uqmi/Makefile index 3704faf..8ca7b85 100644 --- a/package/network/utils/uqmi/Makefile +++ b/package/network/utils/uqmi/Makefile @@ -24,7 +24,7 @@ include $(INCLUDE_DIR)/cmake.mk define Package/uqmi SECTION:=net CATEGORY:=Network - DEPENDS:=+libubox +libblobmsg-json +kmod-usb-net +kmod-usb-net-qmi-wwan + DEPENDS:=+libubox +libblobmsg-json +kmod-usb-net +kmod-usb-net-qmi-wwan +wwan TITLE:=Control utility for mobile broadband modems endef -- 2.1.0 _______________________________________________ openwrt-devel mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel
