diff options
author | Felix Fietkau <nbd@openwrt.org> | 2015-11-08 20:39:01 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2015-11-08 20:39:01 +0000 |
commit | d965d94b221a17ced1fd856992a5c7c2eef17ecf (patch) | |
tree | 16a8a900c3f4c786ac6ee8442c4c34e9ed5b4380 /package/libs/libubox | |
parent | 0a96564f9b44c44d60f11bd3a453ca7b5a666edb (diff) | |
download | upstream-d965d94b221a17ced1fd856992a5c7c2eef17ecf.tar.gz upstream-d965d94b221a17ced1fd856992a5c7c2eef17ecf.tar.bz2 upstream-d965d94b221a17ced1fd856992a5c7c2eef17ecf.zip |
libubox: update to the latest version, adds a small json_script feature
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 47418
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 0fc6b81c75..6c1c755f9d 100644 --- a/package/libs/libubox/Makefile +++ b/package/libs/libubox/Makefile @@ -1,13 +1,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=libubox -PKG_VERSION:=2015-09-15 +PKG_VERSION:=2015-11-08 PKG_RELEASE=$(PKG_SOURCE_VERSION) PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=http://git.openwrt.org/project/libubox.git PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION) -PKG_SOURCE_VERSION:=136a5196266d03d537f822c4e67d2fde2ed59505 +PKG_SOURCE_VERSION:=10429bccd0dc5d204635e110a7a8fae7b80d16cb PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz PKG_MIRROR_MD5SUM:= CMAKE_INSTALL:=1 |