diff options
author | Felix Fietkau <nbd@openwrt.org> | 2014-07-03 10:49:41 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2014-07-03 10:49:41 +0000 |
commit | 361215b18622513c4e030103ff700039ab5fe9d8 (patch) | |
tree | 5d180b5b6a7c7a07394ab675dcfdfe48757093c7 /package | |
parent | b321f718c23914713ecee454fa064eb016239c74 (diff) | |
download | upstream-361215b18622513c4e030103ff700039ab5fe9d8.tar.gz upstream-361215b18622513c4e030103ff700039ab5fe9d8.tar.bz2 upstream-361215b18622513c4e030103ff700039ab5fe9d8.zip |
ubus: update to the latest version, increases maximum message size and adds a few fixes
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 41492
Diffstat (limited to 'package')
-rw-r--r-- | package/system/ubus/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/system/ubus/Makefile b/package/system/ubus/Makefile index 9875573181..72c2dd433d 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-05-24 +PKG_VERSION:=2014-07-03 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:=3869e0ca0774e8f17597db5b60bee97d21b5b1fa +PKG_SOURCE_VERSION:=af63ab64af10798468ca1453de2360fcda44aab9 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz PKG_MIRROR_MD5SUM:= CMAKE_INSTALL:=1 |