Author: blogic Date: 2015-03-22 20:30:04 +0100 (Sun, 22 Mar 2015) New Revision: 44945
Modified: trunk/package/libs/libubox/Makefile Log: libubox: update to latest git HEAD fix a bug the made uloop_end() not work when called from within a uloop_process callback handler Signed-off-by: John Crispin <[email protected]> Modified: trunk/package/libs/libubox/Makefile =================================================================== --- trunk/package/libs/libubox/Makefile 2015-03-22 17:40:39 UTC (rev 44944) +++ trunk/package/libs/libubox/Makefile 2015-03-22 19:30:04 UTC (rev 44945) @@ -1,13 +1,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=libubox -PKG_VERSION:=2015-02-26.1 +PKG_VERSION:=2015-03-22 PKG_RELEASE=$(PKG_SOURCE_VERSION) PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=http://git.openwrt.org/project/libubox.git PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION) -PKG_SOURCE_VERSION:=2a9edb464215d17c61fdaa6fbd97c99f1f130812 +PKG_SOURCE_VERSION:=b8d9b382e39823850331edc2a92379173daf1be3 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz PKG_MIRROR_MD5SUM:= CMAKE_INSTALL:=1 _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
