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
+7
View File
@@ -0,0 +1,7 @@
config BR2_PACKAGE_LPEG
bool "lpeg"
help
LPeg is a new pattern-matching library for Lua,
based on Parsing Expression Grammars (PEGs).
http://www.inf.puc-rio.br/~roberto/lpeg.html
+2
View File
@@ -0,0 +1,2 @@
# computed by luarocks/buildroot
sha256 e0d0d687897f06588558168eeb1902ac41a11edd1b58f1aa61b99d0ea0abbfbc lpeg-1.0.2-1.src.rock
+10
View File
@@ -0,0 +1,10 @@
################################################################################
#
# lpeg
#
################################################################################
LPEG_VERSION = 1.0.2-1
LPEG_LICENSE = MIT
$(eval $(luarocks-package))