ubus: update to latest version, fixes a crash on reconnect
SVN-Revision: 36195
This commit is contained in:
parent
04d80710a9
commit
dda4da0104
1 changed files with 3 additions and 3 deletions
|
@ -1,15 +1,15 @@
|
|||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=ubus
|
||||
PKG_VERSION:=2013-03-17
|
||||
PKG_VERSION:=2013-04-04
|
||||
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:=47b38c98ae1690c3a4430b7850f207a4b9294896
|
||||
PKG_SOURCE_VERSION:=90037b772c525ad734acb4641c9dacb7abf48ffe
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz
|
||||
PKG_MIRROR_MD5SUM:=57cc3fa0d3c9126c006c1d5008a20418
|
||||
PKG_MIRROR_MD5SUM:=9d7fece38790add2c3d0f61a0aca2628
|
||||
CMAKE_INSTALL:=1
|
||||
|
||||
PKG_LICENSE:=LGPLv2.1
|
||||
|
|
Loading…
Reference in a new issue