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_DADO
bool "dado"
help
Database Facilities for LuaSQL.
http://www.ccpa.puc-rio.br/software/dado/
+3
View File
@@ -0,0 +1,3 @@
# computed by luarocks/buildroot
sha256 5a10ed7ff7be34ac004d10d6ea62ee8efc2b594c50ffc93e840e7fb7a2e6b4d0 dado-1.8.3-1.src.rock
sha256 141953aa7714e3145a6adfd71d6acbbe377e07ab920bc8ec4039394774da8a6e dado-1.8.3/doc/license.html
+11
View File
@@ -0,0 +1,11 @@
################################################################################
#
# dado
#
################################################################################
DADO_VERSION = 1.8.3-1
DADO_LICENSE = MIT
DADO_LICENSE_FILES = $(DADO_SUBDIR)/doc/license.html
$(eval $(luarocks-package))