diff options
author | John Crispin <john@openwrt.org> | 2013-12-09 18:24:30 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2013-12-09 18:24:30 +0000 |
commit | 67e71176cbaa092d96a746a547eea0bb12fdf0a5 (patch) | |
tree | f7c017221ae79b2877994dcbcce8169fdebe10ef /package/system/ubox/Makefile | |
parent | dda5dfb7654fe6ec02c0ebec8d403e9d6a8d11d1 (diff) | |
download | upstream-67e71176cbaa092d96a746a547eea0bb12fdf0a5.tar.gz upstream-67e71176cbaa092d96a746a547eea0bb12fdf0a5.tar.bz2 upstream-67e71176cbaa092d96a746a547eea0bb12fdf0a5.zip |
ubox: fix logging support. the initial connect failed
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 39024
Diffstat (limited to 'package/system/ubox/Makefile')
-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 ca426a1c28..7df3a6d294 100644 --- a/package/system/ubox/Makefile +++ b/package/system/ubox/Makefile @@ -1,13 +1,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=ubox -PKG_VERSION:=2013-11-28 +PKG_VERSION:=2013-12-09 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:=30deade42ebd7fa112ee2693e9c2cc6532f0e3cf +PKG_SOURCE_VERSION:=0c6d5bd1fc1fd28c71290610faeee11b399c869a PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz CMAKE_INSTALL:=1 |