summaryrefslogtreecommitdiffstats
path: root/package/network/utils/uqmi/Makefile
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/uqmi/Makefile
parent6ab19b7f467e8303df8591d53d2294344eb4cf48 (diff)
downloadopenwrt-f1dcfec6d843cddeb2c56f9829efc52eeafb158c.tar.gz
openwrt-f1dcfec6d843cddeb2c56f9829efc52eeafb158c.tar.bz2
openwrt-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/uqmi/Makefile')
-rw-r--r--package/network/utils/uqmi/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/network/utils/uqmi/Makefile b/package/network/utils/uqmi/Makefile
index 3704faf7cc..8ca7b85f64 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