summaryrefslogtreecommitdiff
path: root/package/libs
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2013-11-19 16:31:47 +0000
committerJohn Crispin <john@openwrt.org>2013-11-19 16:31:47 +0000
commit211ad78989b3b28debcf2ed4ad9304071914daa6 (patch)
tree0b73f84527864d3a790cd340be2c69aec2583e9f /package/libs
parent17e6b3ae8d8079942aa1f4e10f56339b1dbf2383 (diff)
downloadmtk-20170518-211ad78989b3b28debcf2ed4ad9304071914daa6.zip
mtk-20170518-211ad78989b3b28debcf2ed4ad9304071914daa6.tar.gz
mtk-20170518-211ad78989b3b28debcf2ed4ad9304071914daa6.tar.bz2
libubox: update to latest git head
add a renqueue_add_first() api Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 38866
Diffstat (limited to 'package/libs')
-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 235f0e6..fb4dc1d 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-10-30
+PKG_VERSION:=2013-11-19
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:=a34c8f6918c291275ded2b6fd9b94ac91722ded2
+PKG_SOURCE_VERSION:=bc8167eb99bc6febc96f4dab0bbce32186f30c16
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz
PKG_MIRROR_MD5SUM:=
CMAKE_INSTALL:=1