From: Jo-Philipp Wich Date: Thu, 26 Feb 2015 10:25:18 +0000 (+0000) Subject: libubox: introduce generic logging api X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=2a25be24be8a1065260afdb7b76fd81f68bfbd61;p=15.05%2Fopenwrt.git 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 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44542 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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