diff options
author | John Crispin <john@openwrt.org> | 2015-03-22 19:30:04 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2015-03-22 19:30:04 +0000 |
commit | 752fc0c8d3441967f3a672bc6c0c0abff058d5d0 (patch) | |
tree | 7f11ce78fb206ebfb2e5d0a75e9c6bd85563173c /package/libs/libubox | |
parent | 7cacd6bdb62cf6267272c1cb8a83ec6d36d57554 (diff) | |
download | upstream-752fc0c8d3441967f3a672bc6c0c0abff058d5d0.tar.gz upstream-752fc0c8d3441967f3a672bc6c0c0abff058d5d0.tar.bz2 upstream-752fc0c8d3441967f3a672bc6c0c0abff058d5d0.zip |
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 <blogic@openwrt.org>
SVN-Revision: 44945
Diffstat (limited to 'package/libs/libubox')
-rw-r--r-- | package/libs/libubox/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/libs/libubox/Makefile b/package/libs/libubox/Makefile index e51f8109bf..a8e3058406 100644 --- a/package/libs/libubox/Makefile +++ b/package/libs/libubox/Makefile @@ -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 |