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
+6
View File
@@ -0,0 +1,6 @@
config BR2_PACKAGE_LUA_RESTY_HTTP
bool "lua-resty-http"
help
Lua HTTP client cosocket driver for OpenResty / ngx_lua.
https://github.com/ledgetech/lua-resty-http
@@ -0,0 +1,3 @@
# computed by luarocks/buildroot
sha256 df913a055ddc2f029017602732c7a497225f4e0df1bcc6858e13f9f4d9524184 lua-resty-http-0.15-0.src.rock
sha256 407e4b1412d8afa317dc703a1d318866c3de87d78899402125cbd90548c6057d lua-resty-http/LICENSE
+12
View File
@@ -0,0 +1,12 @@
################################################################################
#
# lua-resty-http
#
################################################################################
LUA_RESTY_HTTP_VERSION = 0.15-0
LUA_RESTY_HTTP_SUBDIR = lua-resty-http
LUA_RESTY_HTTP_LICENSE = BSD-2-Clause
LUA_RESTY_HTTP_LICENSE_FILES = $(LUA_RESTY_HTTP_SUBDIR)/LICENSE
$(eval $(luarocks-package))