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 | 2a25be24be8a1065260afdb7b76fd81f68bfbd61 (patch) | |
tree | 2c2294561b69fc8b6226789d16ffa61f57f753e1 /package/libs | |
parent | 15f585d91c251a914c1b1691d71f82396b8212ba (diff) | |
download | master-187ad058-2a25be24be8a1065260afdb7b76fd81f68bfbd61.tar.gz master-187ad058-2a25be24be8a1065260afdb7b76fd81f68bfbd61.tar.bz2 master-187ad058-2a25be24be8a1065260afdb7b76fd81f68bfbd61.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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44542 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/libs')
-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 |