mirror of https://github.com/hak5/openwrt-owl.git
uqmi: make the proto depend on the usb driver
Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 42834owl
parent
87edc29ea1
commit
e53734ddef
|
@ -24,7 +24,7 @@ include $(INCLUDE_DIR)/cmake.mk
|
||||||
define Package/uqmi
|
define Package/uqmi
|
||||||
SECTION:=net
|
SECTION:=net
|
||||||
CATEGORY:=Network
|
CATEGORY:=Network
|
||||||
DEPENDS:=+libubox +libblobmsg-json
|
DEPENDS:=+libubox +libblobmsg-json +kmod-usb-net-qmi-wwan
|
||||||
TITLE:=Control utility for mobile broadband modems
|
TITLE:=Control utility for mobile broadband modems
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue