From e53734ddefb80c07f2396a7f3ca0d05a36dc244a Mon Sep 17 00:00:00 2001
From: John Crispin <john@openwrt.org>
Date: Wed, 8 Oct 2014 08:00:21 +0000
Subject: [PATCH] uqmi: make the proto depend on the usb driver

Signed-off-by: John Crispin <blogic@openwrt.org>

SVN-Revision: 42834
---
 package/network/utils/uqmi/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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
 
-- 
2.30.2