summaryrefslogtreecommitdiffstats
path: root/package/system/ubox
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2015-02-26 10:25:24 +0000
committerJo-Philipp Wich <jow@openwrt.org>2015-02-26 10:25:24 +0000
commitcf6c1e5d265f35407538df926580a103ef75d200 (patch)
tree797e0cd237664430bdd3176e28a2df35ab684b12 /package/system/ubox
parent9e28fe285be507f007f3a1fd22ec96fd8a245a42 (diff)
downloadmaster-31e0f0ae-cf6c1e5d265f35407538df926580a103ef75d200.tar.gz
master-31e0f0ae-cf6c1e5d265f35407538df926580a103ef75d200.tar.bz2
master-31e0f0ae-cf6c1e5d265f35407538df926580a103ef75d200.zip
ubox: switch to ulog api
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
Diffstat (limited to 'package/system/ubox')
-rw-r--r--package/system/ubox/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/system/ubox/Makefile b/package/system/ubox/Makefile
index 51debec928..a219de862b 100644
--- a/package/system/ubox/Makefile
+++ b/package/system/ubox/Makefile
@@ -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