summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2013-07-04 13:31:04 +0000
committerJohn Crispin <john@openwrt.org>2013-07-04 13:31:04 +0000
commit6bd071724c140f5703822af694d58fc1f2f9482e (patch)
tree3a4c4abf56eb4c8a3700cdab1a836f7989f29c28
parent988c6209a10f24ec9573015d9ac05fc6b2373216 (diff)
downloadmaster-31e0f0ae-6bd071724c140f5703822af694d58fc1f2f9482e.tar.gz
master-31e0f0ae-6bd071724c140f5703822af694d58fc1f2f9482e.tar.bz2
master-31e0f0ae-6bd071724c140f5703822af694d58fc1f2f9482e.zip
libubox: update to latest git revision
fixes bug in runqueue complete handling Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 37159
-rw-r--r--package/libs/libubox/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/libs/libubox/Makefile b/package/libs/libubox/Makefile
index 5eebc6e183..349afa9fe9 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-28
+PKG_VERSION:=2013-07-04
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:=316e3fb6c28ab3a2244d059fc3b9429df8cc9f0a
+PKG_SOURCE_VERSION:=11e8afea0f7eb34f8c23a8e589ee659c46f3f8aa
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz
PKG_MIRROR_MD5SUM:=
CMAKE_INSTALL:=1