diff options
author | John Crispin <blogic@openwrt.org> | 2014-03-12 19:33:18 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2014-03-12 19:33:18 +0000 |
commit | 9ed8fd234824ccb9afa11d1c981412fd82c08f2b (patch) | |
tree | 04ec4ddb359eb898dde6968b9a8bf8e72db415b3 /package/system/ubox/Makefile | |
parent | bd37e9e0ae32d4ddc82d18b1feee6490a3d0bc39 (diff) | |
download | upstream-9ed8fd234824ccb9afa11d1c981412fd82c08f2b.tar.gz upstream-9ed8fd234824ccb9afa11d1c981412fd82c08f2b.tar.bz2 upstream-9ed8fd234824ccb9afa11d1c981412fd82c08f2b.zip |
ubox: update to latest git head
use the fd handover api of ubus to transfer log data
the uci option log_buffer_size can be used to override the default size of 16k
Signed-off-by: John Crispin <blogic@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39898 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 5bd7246858..08da9d0dda 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-29 +PKG_VERSION:=2014-03-12 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:=71ea854364833c5dcb0800e092b45fed2c45910e +PKG_SOURCE_VERSION:=c8d14b9b5d0fa3a3f99df386b67670e083c82095 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz CMAKE_INSTALL:=1 |