aboutsummaryrefslogtreecommitdiffstats
path: root/package/system/ubus
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2015-06-18 17:04:14 +0000
committerJohn Crispin <john@openwrt.org>2015-06-18 17:04:14 +0000
commitdf1daa469238d71ed0f9e9b2d5224072eab90d29 (patch)
treebe95cb4387bc72affa2719f3baf84fc855afbd27 /package/system/ubus
parent765efbf10eea010c67b6f379bf1c7260bfeab3a6 (diff)
downloadupstream-df1daa469238d71ed0f9e9b2d5224072eab90d29.tar.gz
upstream-df1daa469238d71ed0f9e9b2d5224072eab90d29.tar.bz2
upstream-df1daa469238d71ed0f9e9b2d5224072eab90d29.zip
ubus: update to latest git HEAD
this adds ACL support Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 46040
Diffstat (limited to 'package/system/ubus')
-rw-r--r--package/system/ubus/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/package/system/ubus/Makefile b/package/system/ubus/Makefile
index 5d1cc46d6f..2951da76b0 100644
--- a/package/system/ubus/Makefile
+++ b/package/system/ubus/Makefile
@@ -1,13 +1,13 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=ubus
-PKG_VERSION:=2015-05-25
+PKG_VERSION:=2015-06-18
PKG_RELEASE=$(PKG_SOURCE_VERSION)
PKG_SOURCE_PROTO:=git
PKG_SOURCE_URL:=http://git.openwrt.org/project/ubus.git
PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION)
-PKG_SOURCE_VERSION:=f361bfa5fcb2daadf3b160583ce665024f8d108e
+PKG_SOURCE_VERSION:=b2e629a4e915e68acba129a5e00480e255ebc164
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz
PKG_MIRROR_MD5SUM:=
CMAKE_INSTALL:=1
@@ -31,7 +31,7 @@ define Package/ubusd
SECTION:=base
CATEGORY:=Base system
TITLE:=OpenWrt RPC daemon
- DEPENDS:=+libubox
+ DEPENDS:=+libubox +libblobmsg-json
endef
define Package/libubus