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
@@ -0,0 +1,27 @@
From 84296c5eae651b45ebfa233199b7ddc009a5dad3 Mon Sep 17 00:00:00 2001
From: Francois Perrad <francois.perrad@gadz.org>
Date: Fri, 21 Jun 2019 14:58:54 +0200
Subject: [PATCH] remove AX_LUA_LIBS
AX_LUA_LIBS fails with LuaJIT
Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
---
configure.ac | 1 -
1 file changed, 1 deletion(-)
diff --git a/configure.ac b/configure.ac
index 9ac6c95..d7fc518 100644
--- a/configure.ac
+++ b/configure.ac
@@ -32,7 +32,6 @@ AC_PATH_PROG([LUAROCKS], [luarocks], [:])
AX_PROG_LUA([5.1],[6.0])
dnl Check for libraries
-AX_LUA_LIBS
dnl Check for functions
AC_HEADER_STDC
--
2.20.1
+7
View File
@@ -0,0 +1,7 @@
config BR2_PACKAGE_LUASYSLOG
bool "luasyslog"
select BR2_PACKAGE_LUALOGGING # runtime
help
syslog appender for LuaLogging.
https://github.com/ntd/luasyslog
+3
View File
@@ -0,0 +1,3 @@
# Locally computed
sha256 7f7dad64117407f2484ff5b53e90804f923a99fcbde5872e54f6aba53f482da0 luasyslog-2.2.0.tar.gz
sha256 833457938f5155e65dabda12a5c9d4b6fd7fb92dd7ead584c1c30cfb0c84adf4 COPYING
+16
View File
@@ -0,0 +1,16 @@
################################################################################
#
# luasyslog
#
################################################################################
LUASYSLOG_VERSION = 2.2.0
LUASYSLOG_SITE = $(call github,ntd,luasyslog,$(LUASYSLOG_VERSION))
LUASYSLOG_DEPENDENCIES = host-luarocks luainterpreter
LUASYSLOG_LICENSE = MIT
LUASYSLOG_LICENSE_FILES = COPYING
# fetching from github
# 0001-remove-AX_LUA_LIBS.patch touches configure.ac
LUASYSLOG_AUTORECONF = YES
$(eval $(autotools-package))