Author: blogic Date: 2015-04-02 18:15:35 +0200 (Thu, 02 Apr 2015) New Revision: 45247
Modified: trunk/package/system/ubox/Makefile Log: ubox: update to latest git HEAD improve logging when using tcp Signed-off-by: John Crispin <[email protected]> Modified: trunk/package/system/ubox/Makefile =================================================================== --- trunk/package/system/ubox/Makefile 2015-04-02 14:53:41 UTC (rev 45246) +++ trunk/package/system/ubox/Makefile 2015-04-02 16:15:35 UTC (rev 45247) @@ -1,13 +1,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=ubox -PKG_VERSION:=2015-03-30 +PKG_VERSION:=2015-04-02 PKG_RELEASE=$(PKG_SOURCE_VERSION) PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=git://nbd.name/luci2/ubox.git PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION) -PKG_SOURCE_VERSION:=c0138bae8ed746e30f3d3a591e1615f2a705b1a5 +PKG_SOURCE_VERSION:=6fbafd7d5b2835d00eb9d1684e7c6ccf907177b8 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz CMAKE_INSTALL:=1 PKG_CHECK_FORMAT_SECURITY:=0 _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
