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: Matti Laakso <malaakso@elisanet.fi> SVN-Revision: 44631
This commit is contained in:
parent
6ab19b7f46
commit
f1dcfec6d8
3 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue