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_RINGS
bool "rings"
help
Provides a way to create new Lua states from within Lua.
http://github.com/keplerproject/rings
+3
View File
@@ -0,0 +1,3 @@
# computed by luarocks/buildroot
sha256 627ac55d4a420fab766e6870fcd82cb39da12fb4ec8efddc7220b188a4ad4bc3 rings-1.3.0-1.src.rock
sha256 f582a0c43737391070827ef273df0145b594b095ad2f49595701368b729e024f rings-v_1_3_0/doc/us/license.html
+13
View File
@@ -0,0 +1,13 @@
################################################################################
#
# rings
#
################################################################################
RINGS_VERSION_MAJOR = 1.3.0
RINGS_VERSION = $(RINGS_VERSION_MAJOR)-1
RINGS_SUBDIR = rings-v_$(subst .,_,$(RINGS_VERSION_MAJOR))
RINGS_LICENSE = MIT
RINGS_LICENSE_FILES = $(RINGS_SUBDIR)/doc/us/license.html
$(eval $(luarocks-package))