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
+6
View File
@@ -0,0 +1,6 @@
config BR2_PACKAGE_LSSCSI
bool "lsscsi"
help
lsscsi - list SCSI devices (or hosts) and their attributes
http://sg.danny.cz/scsi/lsscsi.html
+3
View File
@@ -0,0 +1,3 @@
# Locally calculated
sha256 12bf1973014803c6fd6d547e7594a4c049f0eef3bf5d22190d4be29d7c09f3ca lsscsi-0.31.tgz
sha256 dcc100d4161cc0b7177545ab6e47216f84857cda3843847c792a25289852dcaa COPYING
+13
View File
@@ -0,0 +1,13 @@
################################################################################
#
# lsscsi
#
################################################################################
LSSCSI_VERSION = 0.31
LSSCSI_SOURCE = lsscsi-$(LSSCSI_VERSION).tgz
LSSCSI_SITE = http://sg.danny.cz/scsi
LSSCSI_LICENSE = GPL-2.0+
LSSCSI_LICENSE_FILES = COPYING
$(eval $(autotools-package))