diff options
author | Felix Fietkau <nbd@openwrt.org> | 2014-05-25 22:39:51 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2014-05-25 22:39:51 +0000 |
commit | 2898951c9ce7cc7e24f56418faa7fa35651eb63e (patch) | |
tree | 7e5797777b51ba29c33002703fc03a88858f48d9 /package/system/ubox | |
parent | 0c383776df9c1a8fb9a02a9a3c96550d20ebf412 (diff) | |
download | upstream-2898951c9ce7cc7e24f56418faa7fa35651eb63e.tar.gz upstream-2898951c9ce7cc7e24f56418faa7fa35651eb63e.tar.bz2 upstream-2898951c9ce7cc7e24f56418faa7fa35651eb63e.zip |
ubox: update to the latest version, reduces binary library dependencies
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 40857
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 8458c595a5..c86050cef8 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-03-27 +PKG_VERSION:=2014-05-25 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:=1d9d2e6ae99c9ba72d1bc40e554d5f422c9b9196 +PKG_SOURCE_VERSION:=b71fd28a93051be9d2cdd72f1a0f526222f26964 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz CMAKE_INSTALL:=1 |