aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2015-06-18 17:04:14 +0000
committerJohn Crispin <blogic@openwrt.org>2015-06-18 17:04:14 +0000
commit0dc621e3d97f9e9ca5ed68c2c08f695f6ae408a7 (patch)
tree0e8cc4251e13e5ab03eb7dd1f25ae4b07ddc5eb6
parentd7c3fea9c16e70fe47f8fbe6b59383e5d0f08fe7 (diff)
downloadmaster-187ad058-0dc621e3d97f9e9ca5ed68c2c08f695f6ae408a7.tar.gz
master-187ad058-0dc621e3d97f9e9ca5ed68c2c08f695f6ae408a7.tar.bz2
master-187ad058-0dc621e3d97f9e9ca5ed68c2c08f695f6ae408a7.zip
ubus: update to latest git HEAD
this adds ACL support Signed-off-by: John Crispin <blogic@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@46040 3c298f89-4303-0410-b956-a3cf2f4a3e73
-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