aboutsummaryrefslogtreecommitdiffstats
path: root/package/libs/libubox
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2012-10-31 19:30:21 +0000
committerFelix Fietkau <nbd@openwrt.org>2012-10-31 19:30:21 +0000
commit2c525f683e2a2044f96947c13bd120d0afe72754 (patch)
tree9d07b409101fc7702dc8f2f5603d79738f7e5f1f /package/libs/libubox
parentc95a30f2a60053a92ec062ebfa1a6fe528ebcb58 (diff)
downloadupstream-2c525f683e2a2044f96947c13bd120d0afe72754.tar.gz
upstream-2c525f683e2a2044f96947c13bd120d0afe72754.tar.bz2
upstream-2c525f683e2a2044f96947c13bd120d0afe72754.zip
libubox: add more uloop timer fixes
Signed-off-by: Felix Fietkau <nbd@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34039 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/libs/libubox')
-rw-r--r--package/libs/libubox/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/package/libs/libubox/Makefile b/package/libs/libubox/Makefile
index adabcbd9cd..8c47932aae 100644
--- a/package/libs/libubox/Makefile
+++ b/package/libs/libubox/Makefile
@@ -1,15 +1,15 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=libubox
-PKG_VERSION:=2012-10-31
+PKG_VERSION:=2012-10-31.1
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:=33b9f3aa0b59feb3c492684cdb4a5340ef3f18d9
+PKG_SOURCE_VERSION:=407f7a0bb3272ee03f2eb05391ce8b94238fa92e
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz
-PKG_MIRROR_MD5SUM:=b6586a49212b67b6e93019e7b4618e03
+PKG_MIRROR_MD5SUM:=5eb506d65853b9755cb37e5667c0a759
CMAKE_INSTALL:=1
PKG_LICENSE:=GPLv2