update buildroot to 2017.02.11

This commit is contained in:
jbnadal
2018-05-22 15:35:47 +02:00
parent 4bf1f5e091
commit a3c10bd762
9257 changed files with 433426 additions and 1701 deletions

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

View File

@@ -0,0 +1,2 @@
# Locally calculated
sha256 7dc9e148cef22744e00809dad21b59ac544e3615001bc1b2399978f73e1d58ca sdparm-1.10.tar.xz

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-3c
SDPARM_LICENSE_FILES = COPYING
ifeq ($(BR2_PACKAGE_SG3_UTILS),y)
SDPARM_DEPENDENCIES += sg3_utils
else
SDPARM_CONF_OPTS += --disable-libsgutils
endif
$(eval $(autotools-package))