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 | 12e67a1befe804c6efb19bfbbcb6fbc023c3086b (patch) | |
tree | 9392fa4616325932e26d7be3f038a30acc31d512 /package | |
parent | 240641827384aeec71fbd3bee7236f543968a19e (diff) | |
download | upstream-12e67a1befe804c6efb19bfbbcb6fbc023c3086b.tar.gz upstream-12e67a1befe804c6efb19bfbbcb6fbc023c3086b.tar.bz2 upstream-12e67a1befe804c6efb19bfbbcb6fbc023c3086b.zip |
libubox: update to latest version, fixes ustream reuse and a few other minor issues
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38461 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package')
-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 |