Bump buidlroot version to 2018.02.6

This commit is contained in:
jbnadal
2018-10-22 14:55:59 +02:00
parent 222960cedb
commit bec94fdb63
6150 changed files with 84803 additions and 117446 deletions

View File

@@ -0,0 +1,13 @@
config BR2_PACKAGE_WSAPI_XAVANTE
bool "wsapi-xavante"
# Runtime dependencies
select BR2_PACKAGE_COXPCALL
select BR2_PACKAGE_RINGS
select BR2_PACKAGE_WSAPI
select BR2_PACKAGE_XAVANTE
help
WSAPI is an API that abstracts the web server from Lua web
applications. This is the rock that contains the Xavante
adapter and launcher.
http://keplerproject.github.com/wsapi/

View File

@@ -0,0 +1,2 @@
# locally computed hash
sha256 b30b171e3d4d6fd7e129f14576e1cfc5adf00c0780ef8350f2f9e6f1d4259346 wsapi-xavante-1.6.1-1.src.rock

View File

@@ -0,0 +1,13 @@
################################################################################
#
# wsapi-xavante
#
################################################################################
WSAPI_XAVANTE_VERSION_MAJOR = 1.6.1
WSAPI_XAVANTE_VERSION = $(WSAPI_XAVANTE_VERSION_MAJOR)-1
WSAPI_XAVANTE_SUBDIR = wsapi-$(WSAPI_XAVANTE_VERSION_MAJOR)
WSAPI_XAVANTE_LICENSE = MIT
WSAPI_XAVANTE_LICENSE_FILES = $(WSAPI_XAVANTE_SUBDIR)/doc/us/license.html
$(eval $(luarocks-package))