summaryrefslogtreecommitdiffstats
path: root/package/system/ubox
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2015-05-23 15:26:29 +0000
committerJohn Crispin <john@openwrt.org>2015-05-23 15:26:29 +0000
commit09bf72ae0540c4466bed23c9a955cea466fa5620 (patch)
tree91ed1b9d321db353f584c8ddddf0144cbb8ac05b /package/system/ubox
parent6ab2bcfe72dbe442bf74cd4e1208367104699e00 (diff)
downloadmaster-31e0f0ae-09bf72ae0540c4466bed23c9a955cea466fa5620.tar.gz
master-31e0f0ae-09bf72ae0540c4466bed23c9a955cea466fa5620.tar.bz2
master-31e0f0ae-09bf72ae0540c4466bed23c9a955cea466fa5620.zip
ubox: various logd cleanups
Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 45721
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 e698989993..2c8a73e967 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-04-02
+PKG_VERSION:=2015-05-22
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:=6fbafd7d5b2835d00eb9d1684e7c6ccf907177b8
+PKG_SOURCE_VERSION:=ab5b47397cc143798ba2f367f04579e5b5b82070
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz
CMAKE_INSTALL:=1
PKG_CHECK_FORMAT_SECURITY:=0