diff options
author | Felix Fietkau <nbd@openwrt.org> | 2013-08-08 20:45:09 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2013-08-08 20:45:09 +0000 |
commit | 368e7da483ba5a2e60c3274ecfac93126cdb64ae (patch) | |
tree | 1d4e8bfef87c7c2da847ea23e3557e1ea611bab8 /package/system | |
parent | 750197b3afa4b5ab636a8caf70b4cf34514d2cd0 (diff) | |
download | upstream-368e7da483ba5a2e60c3274ecfac93126cdb64ae.tar.gz upstream-368e7da483ba5a2e60c3274ecfac93126cdb64ae.tar.bz2 upstream-368e7da483ba5a2e60c3274ecfac93126cdb64ae.zip |
ubus: update to latest version, fixes a bug in reconnect after ubusd dies
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 37740
Diffstat (limited to 'package/system')
-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 5d50041af9..c760efcd4a 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-07-25 +PKG_VERSION:=2013-08-08 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:=2b4fc4c9163eacaf95b09773746a3dbb12cfe958 +PKG_SOURCE_VERSION:=b20a8a01c7faea5bcc9d34d10dcf7736589021b8 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz PKG_MIRROR_MD5SUM:= CMAKE_INSTALL:=1 |