projects
/
openwrt
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
87edc29
)
uqmi: make the proto depend on the usb driver
author
John Crispin
<john@openwrt.org>
Wed, 8 Oct 2014 08:00:21 +0000
(08:00 +0000)
committer
John Crispin
<john@openwrt.org>
Wed, 8 Oct 2014 08:00:21 +0000
(08:00 +0000)
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 42834
package/network/utils/uqmi/Makefile
patch
|
blob
|
history
diff --git
a/package/network/utils/uqmi/Makefile
b/package/network/utils/uqmi/Makefile
index b961e3fb5abbd5891e1c2822504b112e9cfc3f6a..7bb926c8e36cb16c3188840554cf5cbfafad5399 100644
(file)
--- 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