This commit is contained in:
TriForceX
2019-09-25 20:51:37 -03:00
commit 6203ff3e7c
11215 changed files with 428258 additions and 0 deletions

6
package/lsscsi/Config.in Normal file
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

View File

@@ -0,0 +1,3 @@
# Locally calculated
sha256 619a2187405f02c5f57682f3478bffc75326803cd08839e39d434250c5518b15 lsscsi-0.30.tgz
sha256 dcc100d4161cc0b7177545ab6e47216f84857cda3843847c792a25289852dcaa COPYING

13
package/lsscsi/lsscsi.mk Normal file
View File

@@ -0,0 +1,13 @@
################################################################################
#
# lsscsi
#
################################################################################
LSSCSI_VERSION = 0.30
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))