diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2015-02-26 10:25:18 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2015-02-26 10:25:18 +0000 |
commit | 948483f93c66704a21e49248feb94b72f9ff9ced (patch) | |
tree | 80080dac3a0606a6b5ebd41fb52d786801b16562 /package | |
parent | 547ac608130a1a300123f8a5cd54aad8c4a37ac4 (diff) | |
download | upstream-948483f93c66704a21e49248feb94b72f9ff9ced.tar.gz upstream-948483f93c66704a21e49248feb94b72f9ff9ced.tar.bz2 upstream-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')
-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 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 |