diff options
author | Felix Fietkau <nbd@openwrt.org> | 2013-06-18 10:52:40 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2013-06-18 10:52:40 +0000 |
commit | 0f19cb38114ea2de9a1a6e8828d4bef41a02a586 (patch) | |
tree | 60feffa7ab5c0189f9e7b2d5cbc7a03610fff3a1 /package | |
parent | 33b35a7b538da6a82999b446169e4813325e5033 (diff) | |
download | openwrt-0f19cb38114ea2de9a1a6e8828d4bef41a02a586.tar.gz openwrt-0f19cb38114ea2de9a1a6e8828d4bef41a02a586.tar.bz2 openwrt-0f19cb38114ea2de9a1a6e8828d4bef41a02a586.zip |
libubox: update to latest version, fixes uloop recursion issues
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 36956
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 14927ab3af..e9b72e5182 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-06-11 +PKG_VERSION:=2013-06-18 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:=ae40b6613019f02e856b4b1ccc2712984506152e +PKG_SOURCE_VERSION:=b9ebdbcc648274cc630b6349374f9fb21e53f396 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz PKG_MIRROR_MD5SUM:= CMAKE_INSTALL:=1 |