From 32874e51d2f0cc5a77d7a434accbdcd9708b16fb Mon Sep 17 00:00:00 2001 From: nbd Date: Wed, 29 May 2013 10:31:49 +0000 Subject: [PATCH] libubox: update to latest version, adds support for the new json-c and adds a new blobmsg_json helper Signed-off-by: Felix Fietkau git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36756 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- package/libs/libubox/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package/libs/libubox/Makefile b/package/libs/libubox/Makefile index 9865dc2bef..73dad69416 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-04-15 +PKG_VERSION:=2013-05-29 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:=dcf93f332270bdaddb5d24fdba6e3eb5b1f7d80a +PKG_SOURCE_VERSION:=54a0b49326904fc3281c72cd9d9f1fe950e39d05 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz PKG_MIRROR_MD5SUM:= CMAKE_INSTALL:=1 -- 2.30.2