summaryrefslogtreecommitdiffstats
path: root/package/libs/libubox
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2015-02-26 13:42:44 +0000
committerJo-Philipp Wich <jow@openwrt.org>2015-02-26 13:42:44 +0000
commite0f48f8d30e52825ece5c4938d8fe32d5842377d (patch)
treec96c99c1229e679d33d725a053a7f512341f1d89 /package/libs/libubox
parent46432b13b6a4c8befb5e3300ba0ebd96974364c1 (diff)
downloadmaster-31e0f0ae-e0f48f8d30e52825ece5c4938d8fe32d5842377d.tar.gz
master-31e0f0ae-e0f48f8d30e52825ece5c4938d8fe32d5842377d.tar.bz2
master-31e0f0ae-e0f48f8d30e52825ece5c4938d8fe32d5842377d.zip
libubox: implement ulog_close() and call it on ulog_open()
This is required to properly update syslog idents when switching between log modes. Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 44546
Diffstat (limited to 'package/libs/libubox')
-rw-r--r--package/libs/libubox/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/libs/libubox/Makefile b/package/libs/libubox/Makefile
index 091e2d8549..e51f8109bf 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
+PKG_VERSION:=2015-02-26.1
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:=ca6d5472056ceee4b8ab320167e0ae8155a95985
+PKG_SOURCE_VERSION:=2a9edb464215d17c61fdaa6fbd97c99f1f130812
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz
PKG_MIRROR_MD5SUM:=
CMAKE_INSTALL:=1