aboutsummaryrefslogtreecommitdiffstats
path: root/package/system
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2015-04-02 16:15:35 +0000
committerJohn Crispin <blogic@openwrt.org>2015-04-02 16:15:35 +0000
commit58198bcbeb7abd26381efc16a62c79d00bf87cc8 (patch)
treed98fcd40561b2626522a896731f81b0f01c9590d /package/system
parent5470df05777c322009e41b96942886f0a9563472 (diff)
downloadmaster-187ad058-58198bcbeb7abd26381efc16a62c79d00bf87cc8.tar.gz
master-187ad058-58198bcbeb7abd26381efc16a62c79d00bf87cc8.tar.bz2
master-187ad058-58198bcbeb7abd26381efc16a62c79d00bf87cc8.zip
ubox: update to latest git HEAD
improve logging when using tcp Signed-off-by: John Crispin <blogic@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45247 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/system')
-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 0413959070..2db011abaa 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-03-30
+PKG_VERSION:=2015-04-02
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:=c0138bae8ed746e30f3d3a591e1615f2a705b1a5
+PKG_SOURCE_VERSION:=6fbafd7d5b2835d00eb9d1684e7c6ccf907177b8
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz
CMAKE_INSTALL:=1
PKG_CHECK_FORMAT_SECURITY:=0