aboutsummaryrefslogtreecommitdiffstats
path: root/package/network/utils/umbim
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2015-03-09 14:07:06 +0000
committerJohn Crispin <john@openwrt.org>2015-03-09 14:07:06 +0000
commitf1dcfec6d843cddeb2c56f9829efc52eeafb158c (patch)
tree296ecebb7b883ac6251de9a10510e03e4726773a /package/network/utils/umbim
parent6ab19b7f467e8303df8591d53d2294344eb4cf48 (diff)
downloadupstream-f1dcfec6d843cddeb2c56f9829efc52eeafb158c.tar.gz
upstream-f1dcfec6d843cddeb2c56f9829efc52eeafb158c.tar.bz2
upstream-f1dcfec6d843cddeb2c56f9829efc52eeafb158c.zip
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
Diffstat (limited to 'package/network/utils/umbim')
-rw-r--r--package/network/utils/umbim/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/network/utils/umbim/Makefile b/package/network/utils/umbim/Makefile
index 64e4acc7b3..ea461d5798 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