1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-10-19 14:08:17 +02:00

uqmi: make the proto depend on the usb driver

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

SVN-Revision: 42834
This commit is contained in:
John Crispin 2014-10-08 08:00:21 +00:00
parent 87edc29ea1
commit e53734ddef

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