diff options
author | Felix Fietkau <nbd@nbd.name> | 2017-02-03 16:54:46 +0100 |
---|---|---|
committer | Felix Fietkau <nbd@nbd.name> | 2017-02-25 11:10:35 +0100 |
commit | 67c2a176ce8944fc77a8531a6061fe519f508f15 (patch) | |
tree | 9003d0197b8590510aef9a561d5a211d504b28f2 /package/libs/libubox/Makefile | |
parent | bf53a8327f258d18878f145a652d91d31878cc6c (diff) | |
download | upstream-67c2a176ce8944fc77a8531a6061fe519f508f15.tar.gz upstream-67c2a176ce8944fc77a8531a6061fe519f508f15.tar.bz2 upstream-67c2a176ce8944fc77a8531a6061fe519f508f15.zip |
libubox: update to the latest version
Adds the following changes:
de3f14b uloop: add uloop_cancelling function
3b6181b utils: fix build on Mac OS X 10.12
7f671b1 blobmsg: add support for double
0fe1374 utils: add helper functions useful for allocating a ring buffer
8fc1c30 libubox: replace strtok with _r version.
4a9f74f libubox: allow reading out the pid of uloop process in lua
372e1e6 uloop: remove useless epoll data assignment
f9db1cb libubox: allow reading out the remaining time of a uloop timer in Lua
Signed-off-by: Felix Fietkau <nbd@nbd.name>
Diffstat (limited to 'package/libs/libubox/Makefile')
-rw-r--r-- | package/libs/libubox/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package/libs/libubox/Makefile b/package/libs/libubox/Makefile index 38dce1a714..7fe9138d64 100644 --- a/package/libs/libubox/Makefile +++ b/package/libs/libubox/Makefile @@ -5,9 +5,9 @@ PKG_RELEASE=1 PKG_SOURCE_PROTO:=git PKG_SOURCE_URL=$(LEDE_GIT)/project/libubox.git -PKG_SOURCE_DATE:=2016-11-29 -PKG_SOURCE_VERSION:=77a629375d7387a33a59509d9d751a8798134cab -PKG_MIRROR_HASH:=b11c24d45cdf5a1909f0f97d185c3e1ba49602561a8cf3ad18f594ca0eaf4a64 +PKG_SOURCE_DATE:=2017-02-03 +PKG_SOURCE_VERSION:=de3f14b643f09c799845073eaf3577a334d0726d +PKG_MIRROR_HASH:=a797e1d329f544807caf2fdb8bb6706aaeae6a5c2eede921839f2659f774b3c7 CMAKE_INSTALL:=1 PKG_LICENSE:=ISC |