ubus: update to latest version, fixes a bug in notify return code handling
SVN-Revision: 36068
This commit is contained in:
parent
7987c8d0dc
commit
7e83385028
1 changed files with 3 additions and 3 deletions
|
@ -1,15 +1,15 @@
|
|||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=ubus
|
||||
PKG_VERSION:=2013-03-06
|
||||
PKG_VERSION:=2013-03-17
|
||||
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:=495f4608189049495c7b4f6c5198bba556d6e9b0
|
||||
PKG_SOURCE_VERSION:=47b38c98ae1690c3a4430b7850f207a4b9294896
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz
|
||||
PKG_MIRROR_MD5SUM:=23b9c14fff1d39fc34e7eca80fb936a2
|
||||
PKG_MIRROR_MD5SUM:=57cc3fa0d3c9126c006c1d5008a20418
|
||||
CMAKE_INSTALL:=1
|
||||
|
||||
PKG_LICENSE:=LGPLv2.1
|
||||
|
|
Loading…
Reference in a new issue