mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
Merge from bittboy/buildroot@db180c0
This commit is contained in:
6
package/lsscsi/Config.in
Normal file
6
package/lsscsi/Config.in
Normal 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
package/lsscsi/lsscsi.hash
Normal file
3
package/lsscsi/lsscsi.hash
Normal file
@@ -0,0 +1,3 @@
|
||||
# Locally calculated
|
||||
sha256 619a2187405f02c5f57682f3478bffc75326803cd08839e39d434250c5518b15 lsscsi-0.30.tgz
|
||||
sha256 dcc100d4161cc0b7177545ab6e47216f84857cda3843847c792a25289852dcaa COPYING
|
||||
13
package/lsscsi/lsscsi.mk
Normal file
13
package/lsscsi/lsscsi.mk
Normal 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))
|
||||
Reference in New Issue
Block a user