uqmi: make the proto depend on the usb driver
authorblogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Wed, 8 Oct 2014 08:00:21 +0000 (08:00 +0000)
committerblogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Wed, 8 Oct 2014 08:00:21 +0000 (08:00 +0000)
Signed-off-by: John Crispin <blogic@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42834 3c298f89-4303-0410-b956-a3cf2f4a3e73

package/network/utils/uqmi/Makefile

index b961e3f..7bb926c 100644 (file)
@@ -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