From d8774c80622b91bdd771deea158d41682f327f11 Mon Sep 17 00:00:00 2001 From: John Crispin Date: Sun, 22 Mar 2015 19:30:04 +0000 Subject: [PATCH] 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 SVN-Revision: 44945 --- package/libs/libubox/Makefile | 4 ++-- 1 file 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 -- 2.30.2