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
+7
View File
@@ -0,0 +1,7 @@
config BR2_PACKAGE_LUA_CURL
bool "lua-curl"
select BR2_PACKAGE_LIBCURL
help
Lua binding to libcurl.
https://lua-curl.github.io/
+3
View File
@@ -0,0 +1,3 @@
# computed by luarocks/buildroot
sha256 6b2cc48621fac3cb7c1669705475e67a6932829ba46efb9ac5864604848f8ea2 lua-curl-0.3.13-1.src.rock
sha256 0f92f4c4665aadffb023de44b16022282040fe4409d5cd3148f1812dec30cdff Lua-cURLv3-0.3.13/LICENSE
+14
View File
@@ -0,0 +1,14 @@
################################################################################
#
# lua-curl
#
################################################################################
LUA_CURL_VERSION_UPSTREAM = 0.3.13
LUA_CURL_VERSION = $(LUA_CURL_VERSION_UPSTREAM)-1
LUA_CURL_SUBDIR = Lua-cURLv3-$(LUA_CURL_VERSION_UPSTREAM)
LUA_CURL_LICENSE = MIT
LUA_CURL_LICENSE_FILES = $(LUA_CURL_SUBDIR)/LICENSE
LUA_CURL_DEPENDENCIES = libcurl
$(eval $(luarocks-package))