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_SDPARM
bool "sdparm"
help
Utility to accesses SCSI device parameters.
http://sg.danny.cz/sg/sdparm.html
+3
View File
@@ -0,0 +1,3 @@
# Locally calculated
sha256 7dc9e148cef22744e00809dad21b59ac544e3615001bc1b2399978f73e1d58ca sdparm-1.10.tar.xz
sha256 4f98444e14adb18a94a65c3ded5f0dad42d382c6a2288b593a2d5bd5ecc4f46d COPYING
+19
View File
@@ -0,0 +1,19 @@
################################################################################
#
# sdparm
#
################################################################################
SDPARM_VERSION = 1.10
SDPARM_SOURCE = sdparm-$(SDPARM_VERSION).tar.xz
SDPARM_SITE = http://sg.danny.cz/sg/p
SDPARM_LICENSE = BSD-3-Clause
SDPARM_LICENSE_FILES = COPYING
ifeq ($(BR2_PACKAGE_SG3_UTILS),y)
SDPARM_DEPENDENCIES += sg3_utils
else
SDPARM_CONF_OPTS += --disable-libsgutils
endif
$(eval $(autotools-package))