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_LUA_CSNAPPY
bool "lua-csnappy"
help
lua-csnappy is a binding of the csnappy library
which implements the Google's Snappy (de)compressor.
https://fperrad.frama.io/lua-csnappy/
+3
View File
@@ -0,0 +1,3 @@
# computed by luarocks/buildroot
sha256 4fc373ba714cb8b428e9971f1725d82de6a43dfea361a0b7894e4762238dc95c lua-csnappy-0.1.5-1.src.rock
sha256 8865da757dbc6fe3c8cee4d88bdfd82c1e0e789974a4d0d52db75a985025c1f0 lua-csnappy-0.1.5/COPYRIGHT
+11
View File
@@ -0,0 +1,11 @@
################################################################################
#
# lua-csnappy
#
################################################################################
LUA_CSNAPPY_VERSION = 0.1.5-1
LUA_CSNAPPY_LICENSE = BSD-3-Clause
LUA_CSNAPPY_LICENSE_FILES = $(LUA_CSNAPPY_SUBDIR)/COPYRIGHT
$(eval $(luarocks-package))