summaryrefslogtreecommitdiffstats
path: root/package/system/ubus
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2014-02-23 17:32:26 +0000
committerFelix Fietkau <nbd@openwrt.org>2014-02-23 17:32:26 +0000
commita70282720d87ece4a62fabdcb8915960042c1fc6 (patch)
treed633642163ac9be6436f2073188b684baa0b8058 /package/system/ubus
parentf2719168babb07f36640d04b2a23ed6580bb6b36 (diff)
downloadmaster-31e0f0ae-a70282720d87ece4a62fabdcb8915960042c1fc6.tar.gz
master-31e0f0ae-a70282720d87ece4a62fabdcb8915960042c1fc6.tar.bz2
master-31e0f0ae-a70282720d87ece4a62fabdcb8915960042c1fc6.zip
ubus: update to latest version, fixes lua binding issues and adds fd passing support
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 39726
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 34ff179cc6..6c9b0ba643 100644
--- a/package/system/ubus/Makefile
+++ b/package/system/ubus/Makefile
@@ -1,13 +1,13 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=ubus
-PKG_VERSION:=2014-01-29
+PKG_VERSION:=2014-02-23
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:=4e82a1fabb87b5e3c948a792e16b0fac3702721b
+PKG_SOURCE_VERSION:=334c38918063b5ece164624e20490021b2bff38a
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz
PKG_MIRROR_MD5SUM:=
CMAKE_INSTALL:=1