Skip to content
Snippets Groups Projects
Commit f1dcfec6 authored by John Crispin's avatar John Crispin
Browse files

ncm, qmi, mbim: Add dependency on wwan package


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: default avatarMatti Laakso <malaakso@elisanet.fi>

SVN-Revision: 44631
parent 6ab19b7f
No related branches found
No related tags found
No related merge requests found
...@@ -44,7 +44,7 @@ endef ...@@ -44,7 +44,7 @@ endef
define Package/comgt-ncm define Package/comgt-ncm
$(call Package/comgt/Default) $(call Package/comgt/Default)
TITLE+=NCM 3G/4G Support TITLE+=NCM 3G/4G Support
DEPENDS:=+comgt DEPENDS:=+comgt +wwan
endef endef
define Package/comgt/description define Package/comgt/description
......
...@@ -22,7 +22,7 @@ include $(INCLUDE_DIR)/cmake.mk ...@@ -22,7 +22,7 @@ include $(INCLUDE_DIR)/cmake.mk
define Package/umbim define Package/umbim
SECTION:=net SECTION:=net
CATEGORY:=Network 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 TITLE:=Control utility for mobile broadband modems
endef endef
......
...@@ -24,7 +24,7 @@ include $(INCLUDE_DIR)/cmake.mk ...@@ -24,7 +24,7 @@ include $(INCLUDE_DIR)/cmake.mk
define Package/uqmi define Package/uqmi
SECTION:=net SECTION:=net
CATEGORY:=Network 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 TITLE:=Control utility for mobile broadband modems
endef endef
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment