diff options
author | John Crispin <blogic@openwrt.org> | 2015-03-09 14:07:06 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2015-03-09 14:07:06 +0000 |
commit | 5337b0635f8f28f85d13ddeba5e0621dde7fd777 (patch) | |
tree | 0a61d2ffb011c64b80c16d73c728f24d21607699 /package/network/utils/uqmi/Makefile | |
parent | 01df6b8fc52629749217e302b0b4e06f378ef0e7 (diff) | |
download | upstream-5337b0635f8f28f85d13ddeba5e0621dde7fd777.tar.gz upstream-5337b0635f8f28f85d13ddeba5e0621dde7fd777.tar.bz2 upstream-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/uqmi/Makefile')
-rw-r--r-- | package/network/utils/uqmi/Makefile | 2 |
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 |