aboutsummaryrefslogtreecommitdiffstats
path: root/package/network/utils/umbim
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2015-03-09 14:07:06 +0000
committerJohn Crispin <blogic@openwrt.org>2015-03-09 14:07:06 +0000
commit5337b0635f8f28f85d13ddeba5e0621dde7fd777 (patch)
tree0a61d2ffb011c64b80c16d73c728f24d21607699 /package/network/utils/umbim
parent01df6b8fc52629749217e302b0b4e06f378ef0e7 (diff)
downloadmaster-187ad058-5337b0635f8f28f85d13ddeba5e0621dde7fd777.tar.gz
master-187ad058-5337b0635f8f28f85d13ddeba5e0621dde7fd777.tar.bz2
master-187ad058-5337b0635f8f28f85d13ddeba5e0621dde7fd777.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> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44631 3c298f89-4303-0410-b956-a3cf2f4a3e73
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