diff options
author | John Crispin <blogic@openwrt.org> | 2014-01-19 19:10:09 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2014-01-19 19:10:09 +0000 |
commit | 78c3a637976eaf945eee35e87d97d8804bbaf12f (patch) | |
tree | f5e98ca3a81aa5160c2ec6423aaed745dac2e5f1 /package/system/ubox/Makefile | |
parent | 5451bd5963262f3a455ac75e5f9e53c2f7201047 (diff) | |
download | upstream-78c3a637976eaf945eee35e87d97d8804bbaf12f.tar.gz upstream-78c3a637976eaf945eee35e87d97d8804bbaf12f.tar.bz2 upstream-78c3a637976eaf945eee35e87d97d8804bbaf12f.zip |
ubox: update to latest git head
adds option to set internal buffer size
Signed-off-by: John Crispin <blogic@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39333 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 2ed4c6336e..68ad3b66cd 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-17 +PKG_VERSION:=2014-01-19 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:=6a5ff020909d005ad014810b2b7b60aabe9d7ed0 +PKG_SOURCE_VERSION:=dee0eafbf7de74b45f90631b7c807395e0a0bc4b PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz CMAKE_INSTALL:=1 |