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_COAT
bool "lua-coat"
help
Yet Another Lua Object-Oriented Model.
https://fperrad.frama.io/lua-Coat/
+3
View File
@@ -0,0 +1,3 @@
# computed by luarocks/buildroot
sha256 24d0e894d743f46c09a282e4dd272d2a6004557608b618c1c9d9f464dd65af02 lua-coat-0.9.2-1.src.rock
sha256 81b5f657812ccfd63f19c9af1389b5fe6b26f079a4841c5d074940c47bf7cb1e lua-Coat-0.9.2/COPYRIGHT
+12
View File
@@ -0,0 +1,12 @@
################################################################################
#
# lua-coat
#
################################################################################
LUA_COAT_VERSION = 0.9.2-1
LUA_COAT_NAME_UPSTREAM = lua-Coat
LUA_COAT_LICENSE = MIT
LUA_COAT_LICENSE_FILES = $(LUA_COAT_SUBDIR)/COPYRIGHT
$(eval $(luarocks-package))