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
+15
View File
@@ -0,0 +1,15 @@
config BR2_PACKAGE_ORBIT
bool "orbit"
depends on BR2_PACKAGE_LUA_5_1 || BR2_PACKAGE_LUAJIT
select BR2_PACKAGE_LPEG # runtime
select BR2_PACKAGE_LUAFILESYSTEM # runtime
select BR2_PACKAGE_WSAPI_XAVANTE # runtime
help
An MVC web framework for Lua. The design is inspired by
lightweight Ruby frameworks such as Camping
http://keplerproject.github.com/orbit
comment "orbit needs a Lua 5.1 interpreter"
depends on !BR2_PACKAGE_LUA_5_1
depends on !BR2_PACKAGE_LUAJIT
+4
View File
@@ -0,0 +1,4 @@
# computed by luarocks/buildroot
sha256 91e3c514d5b86918db83666c8889635bb2d50c71d1ab3aeb69c6469c9424089b orbit-2.2.4-1.src.rock
sha256 dd7d37caed0f4ee994e9e64ea4ab292dce549bb609412c84fc47ed079275ae98 orbit/doc/us/license.html
sha256 140134369c1f041abf7d8cd39a5b0c42f8b5e827695ce7c1ef5ca8f0911a0246 orbit/doc/us/license.md
+14
View File
@@ -0,0 +1,14 @@
################################################################################
#
# orbit
#
################################################################################
ORBIT_VERSION = 2.2.4-1
ORBIT_SUBDIR = orbit
ORBIT_LICENSE = MIT
ORBIT_LICENSE_FILES = \
$(ORBIT_SUBDIR)/doc/us/license.html \
$(ORBIT_SUBDIR)/doc/us/license.md
$(eval $(luarocks-package))