summaryrefslogtreecommitdiffstats
path: root/package/libs
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
commit1fff98998c91c0a8f07eac83a64d4d23509b5a88 (patch)
treee3c8edd21360e88a14b03348dd5b0031f0d4471f /package/libs
parent9a59859aac0a1dc36676121c11b0e70285ad8c4d (diff)
downloadmaster-31e0f0ae-1fff98998c91c0a8f07eac83a64d4d23509b5a88.tar.gz
master-31e0f0ae-1fff98998c91c0a8f07eac83a64d4d23509b5a88.tar.bz2
master-31e0f0ae-1fff98998c91c0a8f07eac83a64d4d23509b5a88.zip
libubox: add more uloop timer fixes
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 34039
Diffstat (limited to 'package/libs')
-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