diff options
author | John Crispin <blogic@openwrt.org> | 2014-01-21 20:59:04 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2014-01-21 20:59:04 +0000 |
commit | 5e6bed3d037caeaec79b4ea8e4502602daedb352 (patch) | |
tree | d2c0a4f8228825d37950ce0554efd24c0228abaf /package/system/ubox | |
parent | cf66f9eb86c50298c4ff74b3bec6c1da612ffaac (diff) | |
download | master-187ad058-5e6bed3d037caeaec79b4ea8e4502602daedb352.tar.gz master-187ad058-5e6bed3d037caeaec79b4ea8e4502602daedb352.tar.bz2 master-187ad058-5e6bed3d037caeaec79b4ea8e4502602daedb352.zip |
ubox: update to latest git head
make sure log buffer size is not bigger than the ubus message size
Signed-off-by: John Crispin <blogic@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39365 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/system/ubox')
-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 68ad3b66cd..5aeedfca18 100644 --- a/package/system/ubox/Makefile +++ b/package/system/ubox/Makefile @@ -1,13 +1,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=ubox -PKG_VERSION:=2014-01-19 +PKG_VERSION:=2014-01-21 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:=dee0eafbf7de74b45f90631b7c807395e0a0bc4b +PKG_SOURCE_VERSION:=2b32e9059166a23204fcf01e65a9184b3c39166b PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz CMAKE_INSTALL:=1 |