summaryrefslogtreecommitdiffstats
path: root/package/system/ubus
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2013-11-07 15:31:40 +0000
committerJohn Crispin <john@openwrt.org>2013-11-07 15:31:40 +0000
commitf69788445c8382d9eab34782dc0375562ffb12df (patch)
tree62c8782337a60cdad415e798224a2dcd25a084b0 /package/system/ubus
parent7ee1546ca37e40bc8641e9525d1f6f465ac6866e (diff)
downloadmaster-31e0f0ae-f69788445c8382d9eab34782dc0375562ffb12df.tar.gz
master-31e0f0ae-f69788445c8382d9eab34782dc0375562ffb12df.tar.bz2
master-31e0f0ae-f69788445c8382d9eab34782dc0375562ffb12df.zip
ubus: update to latest git head
adds support for events in the lua binding Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 38678
Diffstat (limited to 'package/system/ubus')
-rw-r--r--package/system/ubus/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/system/ubus/Makefile b/package/system/ubus/Makefile
index 9f7b8df33b..3310d44729 100644
--- a/package/system/ubus/Makefile
+++ b/package/system/ubus/Makefile
@@ -1,13 +1,13 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=ubus
-PKG_VERSION:=2013-09-29
+PKG_VERSION:=2013-11-07
PKG_RELEASE=$(PKG_SOURCE_VERSION)
PKG_SOURCE_PROTO:=git
PKG_SOURCE_URL:=git://nbd.name/luci2/ubus.git
PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION)
-PKG_SOURCE_VERSION:=6ae17d0298a8f1c24f16a68c8d1884091fb5c39f
+PKG_SOURCE_VERSION:=8ea96670367e5dd23988b51ee4f0f790393effaf
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz
PKG_MIRROR_MD5SUM:=
CMAKE_INSTALL:=1