ubox: switch to ulog api
authorJo-Philipp Wich <jow@openwrt.org>
Thu, 26 Feb 2015 10:25:24 +0000 (10:25 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Thu, 26 Feb 2015 10:25:24 +0000 (10:25 +0000)
Update to git head in order to switch the kmodloader logging to the common
ulog() api for putting early boot messages into dmesg.

Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
SVN-Revision: 44544

package/system/ubox/Makefile

index 51debec928052261a36e38243043dba6f55d1387..a219de862b7ee5a038e0860d2332134e25fe2ff8 100644 (file)
@@ -1,13 +1,13 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=ubox
-PKG_VERSION:=2015-02-25
+PKG_VERSION:=2015-02-26
 PKG_RELEASE=$(PKG_SOURCE_VERSION)
 
 PKG_SOURCE_PROTO:=git
 PKG_SOURCE_URL:=git://nbd.name/luci2/ubox.git
 PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION)
-PKG_SOURCE_VERSION:=31f0ff358b360ee461d845c1b3b5e5d38fa27925
+PKG_SOURCE_VERSION:=1dce0407268937cdf37b9c0643632e6c31f5792a
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz
 CMAKE_INSTALL:=1
 PKG_CHECK_FORMAT_SECURITY:=0