From: blogic Date: Wed, 8 Oct 2014 08:00:21 +0000 (+0000) Subject: uqmi: make the proto depend on the usb driver X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=6d798a45f8d5b5471d97577ccaeab25621935034;p=openwrt.git uqmi: make the proto depend on the usb driver Signed-off-by: John Crispin git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42834 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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