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
+8
View File
@@ -0,0 +1,8 @@
config BR2_PACKAGE_LUA_COMPAT53
bool "lua-compat53"
depends on BR2_PACKAGE_LUAINTERPRETER_ABI_VERSION_5_1
help
Compatibility module providing Lua-5.3-style APIs for Lua 5.2
and 5.1.
https://github.com/keplerproject/lua-compat-5.3
+3
View File
@@ -0,0 +1,3 @@
# computed by luarocks/buildroot
sha256 e513e75ba0ef4923a1ec0d4f0beb5972a11cc9bd7ac1b0953b5e4f037b259c92 compat53-0.8-1.src.rock
sha256 1b24f475812c979684fb3469f6faccbdc7c33c9d39421728aa0d78deda5a89a5 lua-compat-5.3-0.8/LICENSE
+14
View File
@@ -0,0 +1,14 @@
################################################################################
#
# lua-compat53
#
################################################################################
LUA_COMPAT53_VERSION_UPSTREAM = 0.8
LUA_COMPAT53_VERSION = $(LUA_COMPAT53_VERSION_UPSTREAM)-1
LUA_COMPAT53_NAME_UPSTREAM = compat53
LUA_COMPAT53_SUBDIR = lua-compat-5.3-$(LUA_COMPAT53_VERSION_UPSTREAM)
LUA_COMPAT53_LICENSE = MIT
LUA_COMPAT53_LICENSE_FILES = $(LUA_COMPAT53_SUBDIR)/LICENSE
$(eval $(luarocks-package))