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
+11
View File
@@ -0,0 +1,11 @@
config BR2_PACKAGE_LUABITOP
bool "luabitop"
depends on BR2_PACKAGE_LUA_5_1
help
Lua BitOp is a C extension module for Lua 5.1/5.2 which adds
bitwise operations on numbers.
http://bitop.luajit.org
comment "luabitop needs Lua 5.1"
depends on !BR2_PACKAGE_LUA_5_1
+4
View File
@@ -0,0 +1,4 @@
# computed by luarocks/buildroot
sha256 fc7a8065a57462ee13bed7f95b0ab13f94ecd1bf846108c61ccf2c75548af26e luabitop-1.0.2-1.src.rock
# Locally calcuated
sha256 25e331120d0c2f95fa2ac6e439ca920f0a4362c366a4c7382d843113743a3ba5 LuaBitOp-1.0.2/README
+12
View File
@@ -0,0 +1,12 @@
################################################################################
#
# luabitop
#
################################################################################
LUABITOP_VERSION = 1.0.2-1
LUABITOP_NAME_UPSTREAM = LuaBitOp
LUABITOP_LICENSE = MIT
LUABITOP_LICENSE_FILES = $(LUABITOP_SUBDIR)/README
$(eval $(luarocks-package))