diff options
author | John Crispin <blogic@openwrt.org> | 2015-05-23 15:26:29 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2015-05-23 15:26:29 +0000 |
commit | 951b58723aae50a2f7f0c09b8f65d813a9134f53 (patch) | |
tree | e0d5aca1ff32d42ac6eae4fb767156eaf8b59f61 /package | |
parent | 4e7c302ea2b9c89aedf60e0ea380b9cd4a9852bd (diff) | |
download | master-187ad058-951b58723aae50a2f7f0c09b8f65d813a9134f53.tar.gz master-187ad058-951b58723aae50a2f7f0c09b8f65d813a9134f53.tar.bz2 master-187ad058-951b58723aae50a2f7f0c09b8f65d813a9134f53.zip |
ubox: various logd cleanups
Signed-off-by: John Crispin <blogic@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45721 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package')
-rw-r--r-- | package/system/ubox/Makefile | 4 |
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 |