diff options
author | John Crispin <blogic@openwrt.org> | 2015-03-22 19:30:04 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2015-03-22 19:30:04 +0000 |
commit | dc4b7dd37b50d62dab942965a7044c7922244c62 (patch) | |
tree | 8a260f07e329d0e5c4bc9c54c591daeb7c902e7b | |
parent | f6f15cd44f6566fd5be91630dbe7f7abf3f9a520 (diff) | |
download | upstream-dc4b7dd37b50d62dab942965a7044c7922244c62.tar.gz upstream-dc4b7dd37b50d62dab942965a7044c7922244c62.tar.bz2 upstream-dc4b7dd37b50d62dab942965a7044c7922244c62.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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44945 3c298f89-4303-0410-b956-a3cf2f4a3e73
-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 |