diff options
author | John Crispin <blogic@openwrt.org> | 2013-07-04 13:31:04 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2013-07-04 13:31:04 +0000 |
commit | 749b84769aead788d98b69767876a57cbe86ce92 (patch) | |
tree | 3b9985b519457202ecc15a690f935dde69c8852f /package/libs/libubox | |
parent | c9098b05bc985b665d164699bbe5ebe9bd02948a (diff) | |
download | master-187ad058-749b84769aead788d98b69767876a57cbe86ce92.tar.gz master-187ad058-749b84769aead788d98b69767876a57cbe86ce92.tar.bz2 master-187ad058-749b84769aead788d98b69767876a57cbe86ce92.zip |
libubox: update to latest git revision
fixes bug in runqueue complete handling
Signed-off-by: John Crispin <blogic@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37159 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/libs/libubox')
-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 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 |