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_LPTY
bool "lpty"
help
A simple facility for lua to control other programs via
PTYs.
http://www.tset.de/lpty/
+3
View File
@@ -0,0 +1,3 @@
# computed by luarocks/buildroot
sha256 cf263ece9b50a78a7fb2277e3546fbbf0bf6858f41821932d92f2e3d8a065091 lpty-1.0.1-1.src.rock
sha256 c5a128a73cad5f6e111ebd8f4a9fa3500562c57912972eb15627db9610d43dec lpty-1.0.1-1/doc/LICENSE
+12
View File
@@ -0,0 +1,12 @@
################################################################################
#
# lpty
#
################################################################################
LPTY_VERSION = 1.0.1-1
LPTY_SUBDIR = lpty-$(LPTY_VERSION)
LPTY_LICENSE = MIT
LPTY_LICENSE_FILES = $(LPTY_SUBDIR)/doc/LICENSE
$(eval $(luarocks-package))