diff options
author | Felix Fietkau <nbd@openwrt.org> | 2013-10-19 16:24:38 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2013-10-19 16:24:38 +0000 |
commit | 39543ea6fc4b7d55923e2910e74bec1be8c3720b (patch) | |
tree | 4ff414d163d32a1f70908e69ef0782d03327e17a /package/libs | |
parent | 91b173d2314ba5ddd35c719afa43df7894641ff3 (diff) | |
download | upstream-39543ea6fc4b7d55923e2910e74bec1be8c3720b.tar.gz upstream-39543ea6fc4b7d55923e2910e74bec1be8c3720b.tar.bz2 upstream-39543ea6fc4b7d55923e2910e74bec1be8c3720b.zip |
libubox: update to latest version, fixes ustream reuse and a few other minor issues
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 38461
Diffstat (limited to 'package/libs')
-rw-r--r-- | package/libs/libubox/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/libs/libubox/Makefile b/package/libs/libubox/Makefile index f79a34f963..2ef029c5ca 100644 --- a/package/libs/libubox/Makefile +++ b/package/libs/libubox/Makefile @@ -1,13 +1,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=libubox -PKG_VERSION:=2013-08-01 +PKG_VERSION:=2013-10-19 PKG_RELEASE=$(PKG_SOURCE_VERSION) PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=git://nbd.name/luci2/libubox.git PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION) -PKG_SOURCE_VERSION:=04f194aa8a04926fe7f2e42bbf9ba6c62d49339e +PKG_SOURCE_VERSION:=734d28eb1a46358743cf8837c91e5d46695c3b91 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz PKG_MIRROR_MD5SUM:= CMAKE_INSTALL:=1 |