initial buildroot for linux 5.15

This commit is contained in:
Huan.Feng
2021-12-06 14:12:13 +08:00
parent d7767d594e
commit 7b6fc358fa
12736 changed files with 508822 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
config BR2_PACKAGE_WSAPI_XAVANTE
bool "wsapi-xavante"
select BR2_PACKAGE_WSAPI # runtime
select BR2_PACKAGE_XAVANTE # runtime
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.
https://keplerproject.github.io/wsapi/
+4
View File
@@ -0,0 +1,4 @@
# computed by luarocks/buildroot
sha256 01211bb80dab92f87cece6e31854d73ae4a2ce06af7c48423a54313d72adf9fb wsapi-xavante-1.7-1.src.rock
sha256 6aa14e3febf7a9e810ce672b015f5a5514241ce5d1c3a6a48f921f089d270159 wsapi/doc/us/license.html
sha256 c7bf3061d00a96d10cb9dbc3a737d0af22594e2ef8f788842d7ab92eeaa864f2 wsapi/doc/us/license.md
+14
View File
@@ -0,0 +1,14 @@
################################################################################
#
# wsapi-xavante
#
################################################################################
WSAPI_XAVANTE_VERSION = 1.7-1
WSAPI_XAVANTE_SUBDIR = wsapi
WSAPI_XAVANTE_LICENSE = MIT
WSAPI_XAVANTE_LICENSE_FILES = \
$(WSAPI_XAVANTE_SUBDIR)/doc/us/license.html \
$(WSAPI_XAVANTE_SUBDIR)/doc/us/license.md
$(eval $(luarocks-package))