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
+13
View File
@@ -0,0 +1,13 @@
config BR2_PACKAGE_XAVANTE
bool "xavante"
select BR2_PACKAGE_COPAS # runtime
select BR2_PACKAGE_LUAFILESYSTEM # runtime
select BR2_PACKAGE_LUASOCKET # runtime
help
Xavante is a Lua HTTP 1.1 Web server that uses a modular
architecture based on URI mapped handlers. Xavante currently
offers a file handler, a redirect handler and a WSAPI handler.
Those are used for general files, URI remapping and WSAPI
applications respectively.
http://keplerproject.github.io/xavante
+3
View File
@@ -0,0 +1,3 @@
# computed by luarocks/buildroot
sha256 67c738f981e7d65d18c717f3acac59a37f95d5139c00fb0de5d3167262025273 xavante-2.4.0-1.src.rock
sha256 57b2c50f08bf500c969fe13500f217adb36582e4d8e75c9e2ed04191cb4a045c xavante-2.4.0/doc/us/license.html
+11
View File
@@ -0,0 +1,11 @@
################################################################################
#
# xavante
#
################################################################################
XAVANTE_VERSION = 2.4.0-1
XAVANTE_LICENSE = MIT
XAVANTE_LICENSE_FILES = $(XAVANTE_SUBDIR)/doc/us/license.html
$(eval $(luarocks-package))