diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2015-02-26 13:42:44 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2015-02-26 13:42:44 +0000 |
commit | 572608bdeed0eb58aecd87bfcecc4a10a8d4e454 (patch) | |
tree | 896a78650da80d96c353e841d3644aa825ba161b | |
parent | cddf65416f18e0e85572f451dac405fe1f918ed1 (diff) | |
download | master-187ad058-572608bdeed0eb58aecd87bfcecc4a10a8d4e454.tar.gz master-187ad058-572608bdeed0eb58aecd87bfcecc4a10a8d4e454.tar.bz2 master-187ad058-572608bdeed0eb58aecd87bfcecc4a10a8d4e454.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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44546 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 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 |