Bump buidlroot version to 2018.02.6
This commit is contained in:
@@ -1,11 +1,12 @@
|
||||
config BR2_PACKAGE_LIBISCSI
|
||||
bool "libiscsi"
|
||||
help
|
||||
Libiscsi is a client-side library to implement the iSCSI protocol
|
||||
that can be used to access resource of an iSCSI Target.
|
||||
Libiscsi is a client-side library to implement the iSCSI
|
||||
protocol that can be used to access resource of an iSCSI
|
||||
Target.
|
||||
|
||||
The library is fully async with regards to iscsi commands and scsi
|
||||
tasks, but a sync layer is also provided for ease of use for simpler
|
||||
applications.
|
||||
The library is fully async with regards to iscsi commands and
|
||||
scsi tasks, but a sync layer is also provided for ease of use
|
||||
for simpler applications.
|
||||
|
||||
https://github.com/sahlberg/libiscsi (no proper homepage)
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
|
||||
LIBISCSI_VERSION = 1.18.0
|
||||
LIBISCSI_SITE = $(call github,sahlberg,libiscsi,$(LIBISCSI_VERSION))
|
||||
LIBISCSI_LICENSE = GPLv2+, LGPLv2.1+
|
||||
LIBISCSI_LICENSE = GPL-2.0+, LGPL-2.1+
|
||||
LIBISCSI_LICENSE_FILES = COPYING LICENCE-GPL-2.txt LICENCE-LGPL-2.1.txt
|
||||
LIBISCSI_INSTALL_STAGING = YES
|
||||
LIBISCSI_AUTORECONF = YES
|
||||
|
||||
Reference in New Issue
Block a user