Author: blogic Date: 2014-11-19 10:21:07 +0100 (Wed, 19 Nov 2014) New Revision: 43310
Modified: trunk/package/network/utils/uqmi/Makefile Log: uqmi: update to latest git HEAD * fixes a bug in multipart sms * adds a new call to read the sim phone number (partially functioanl) Signed-off-by: John Crispin <[email protected]> Modified: trunk/package/network/utils/uqmi/Makefile =================================================================== --- trunk/package/network/utils/uqmi/Makefile 2014-11-19 09:21:02 UTC (rev 43309) +++ trunk/package/network/utils/uqmi/Makefile 2014-11-19 09:21:07 UTC (rev 43310) @@ -1,13 +1,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=uqmi -PKG_VERSION:=2014-10-30 +PKG_VERSION:=2014-11-19 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:=e353a88321ac091d0708bb2271a1bbb471107a69 +PKG_SOURCE_VERSION:=cef8ce433b5a29b49dfe8700fa7b0ddc2bbb9d20 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz PKG_MAINTAINER:=Matti Laakso <[email protected]> # PKG_MIRROR_MD5SUM:= _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
