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
+9
View File
@@ -0,0 +1,9 @@
config BR2_PACKAGE_LUALOGGING
bool "lualogging"
help
LuaLogging provides a simple API to use logging features in
Lua. Its design was based on log4j. LuaLogging currently
supports, through the use of appenders, console, file, rolling
file, email, socket and SQL outputs.
https://lunarmodules.github.io/lualogging/
+3
View File
@@ -0,0 +1,3 @@
# computed by luarocks/buildroot
sha256 70451dbec500dbc760f0eae666a10b19a0ba9bcbfa5dd8d3134908e5ae6d28b1 lualogging-1.5.1-1.src.rock
sha256 4d95b123e667a13615f567a829aa39211dd55b0b48c9f247bf3fcc5c0b485da7 lualogging/COPYRIGHT
+12
View File
@@ -0,0 +1,12 @@
################################################################################
#
# lualogging
#
################################################################################
LUALOGGING_VERSION = 1.5.1-1
LUALOGGING_SUBDIR = lualogging
LUALOGGING_LICENSE = MIT
LUALOGGING_LICENSE_FILES = $(LUALOGGING_SUBDIR)/COPYRIGHT
$(eval $(luarocks-package))