aboutsummaryrefslogtreecommitdiffstats
path: root/package/network/utils/uqmi
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2014-10-08 08:00:21 +0000
committerJohn Crispin <blogic@openwrt.org>2014-10-08 08:00:21 +0000
commitfd3d61ef086fd7e00eeda1e06d196b33493a850b (patch)
tree11559574c12bcf84e58f6b4f3c1446cd46f7eebc /package/network/utils/uqmi
parentfffd302f3cb5c7d8c9fad876a0c1e544ba043c2e (diff)
downloadmaster-187ad058-fd3d61ef086fd7e00eeda1e06d196b33493a850b.tar.gz
master-187ad058-fd3d61ef086fd7e00eeda1e06d196b33493a850b.tar.bz2
master-187ad058-fd3d61ef086fd7e00eeda1e06d196b33493a850b.zip
uqmi: make the proto depend on the usb driver
Signed-off-by: John Crispin <blogic@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42834 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/network/utils/uqmi')
-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 b961e3fb5a..7bb926c8e3 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
+ DEPENDS:=+libubox +libblobmsg-json +kmod-usb-net-qmi-wwan
TITLE:=Control utility for mobile broadband modems
endef