summaryrefslogtreecommitdiffstats
path: root/package/libs/libubox
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2015-02-26 10:25:18 +0000
committerJo-Philipp Wich <jow@openwrt.org>2015-02-26 10:25:18 +0000
commit948483f93c66704a21e49248feb94b72f9ff9ced (patch)
tree80080dac3a0606a6b5ebd41fb52d786801b16562 /package/libs/libubox
parent547ac608130a1a300123f8a5cd54aad8c4a37ac4 (diff)
downloadmaster-31e0f0ae-948483f93c66704a21e49248feb94b72f9ff9ced.tar.gz
master-31e0f0ae-948483f93c66704a21e49248feb94b72f9ff9ced.tar.bz2
master-31e0f0ae-948483f93c66704a21e49248feb94b72f9ff9ced.zip
libubox: introduce generic logging api
Update to git head in order to introduce the new ulog() logging api which supports early boot logging to dmesg. Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 44542
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 d4ac619fc7..091e2d8549 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-01-28
+PKG_VERSION:=2015-02-26
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:=827ad8337e88ec9e0bf73a8af1d6cf8555e8ef3d
+PKG_SOURCE_VERSION:=ca6d5472056ceee4b8ab320167e0ae8155a95985
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz
PKG_MIRROR_MD5SUM:=
CMAKE_INSTALL:=1