summaryrefslogtreecommitdiffstats
path: root/package/network/utils/uqmi/Makefile
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2014-10-31 11:02:06 +0000
committerJohn Crispin <john@openwrt.org>2014-10-31 11:02:06 +0000
commit9d11a9e83278aa6710320b0e458cc5c30c01bd3c (patch)
tree9e13d4f7a15555838a91078fa8e6bd26ba5efa27 /package/network/utils/uqmi/Makefile
parent7589f4baef997052649c075ec56c192c7987e93b (diff)
downloadopenwrt-9d11a9e83278aa6710320b0e458cc5c30c01bd3c.tar.gz
openwrt-9d11a9e83278aa6710320b0e458cc5c30c01bd3c.tar.bz2
openwrt-9d11a9e83278aa6710320b0e458cc5c30c01bd3c.zip
uqmi: update to latest git HEAD
this adds support for pin set/unlock/... and iccid. Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 43127
Diffstat (limited to 'package/network/utils/uqmi/Makefile')
-rw-r--r--package/network/utils/uqmi/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/package/network/utils/uqmi/Makefile b/package/network/utils/uqmi/Makefile
index 7bb926c8e3..2c749fb7a7 100644
--- a/package/network/utils/uqmi/Makefile
+++ b/package/network/utils/uqmi/Makefile
@@ -1,13 +1,13 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=uqmi
-PKG_VERSION:=2014-10-02
+PKG_VERSION:=2014-10-30
PKG_RELEASE=$(PKG_SOURCE_VERSION)
PKG_SOURCE_PROTO:=git
PKG_SOURCE_URL:=git://nbd.name/uqmi.git
PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION)
-PKG_SOURCE_VERSION:=23d6efc49cc349425d36800a4bf46d544e2ed7ef
+PKG_SOURCE_VERSION:=e353a88321ac091d0708bb2271a1bbb471107a69
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz
PKG_MAINTAINER:=Matti Laakso <malaakso@elisanet.fi>
# PKG_MIRROR_MD5SUM:=
@@ -24,7 +24,7 @@ include $(INCLUDE_DIR)/cmake.mk
define Package/uqmi
SECTION:=net
CATEGORY:=Network
- DEPENDS:=+libubox +libblobmsg-json +kmod-usb-net-qmi-wwan
+ DEPENDS:=+libubox +libblobmsg-json +kmod-usb-net +kmod-usb-net-qmi-wwan
TITLE:=Control utility for mobile broadband modems
endef