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
+10
View File
@@ -0,0 +1,10 @@
config BR2_PACKAGE_LUADBI
bool "luadbi"
help
LuaDBI is a database interface library for Lua.
It is designed to provide a RDBMS agnostic API for handling
database operations. LuaDBI also provides support for
prepared statement handles, placeholders and bind parameters
for all database operations.
https://github.com/mwild1/luadbi
+3
View File
@@ -0,0 +1,3 @@
# computed by luarocks/buildroot
sha256 9ebbbaf4ea1f48628341e9ff3c1de10a57200c02453734f41b8016b0fc7b4956 luadbi-0.7.2-1.src.rock
sha256 988d73cc2e56f972e8177091e084855fc2904d0fafcfe5c4e02864f25ce2b928 luadbi/COPYING
+12
View File
@@ -0,0 +1,12 @@
################################################################################
#
# luadbi
#
################################################################################
LUADBI_VERSION = 0.7.2-1
LUADBI_SUBDIR = luadbi
LUADBI_LICENSE = MIT
LUADBI_LICENSE_FILES = $(LUADBI_SUBDIR)/COPYING
$(eval $(luarocks-package))