ubus: update to git head, passes u64 blob types as doubles to Lua
SVN-Revision: 35141
This commit is contained in:
parent
e5548b03e5
commit
195a00df16
1 changed files with 3 additions and 3 deletions
|
@ -1,15 +1,15 @@
|
|||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=ubus
|
||||
PKG_VERSION:=2012-12-15
|
||||
PKG_VERSION:=2013-01-13
|
||||
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:=bb856ad8a9a1e786494d01e34bbfe2b4d2134021
|
||||
PKG_SOURCE_VERSION:=bf566871bd6a633e4504c60c6fc55b2a97305a50
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz
|
||||
PKG_MIRROR_MD5SUM:=fe419893677d12e6455bbe5e3b503944
|
||||
PKG_MIRROR_MD5SUM:=33f5b0dc2573beef8e356dc025f8a203
|
||||
CMAKE_INSTALL:=1
|
||||
|
||||
PKG_LICENSE:=LGPLv2.1
|
||||
|
|
Loading…
Reference in a new issue