2012-12-13 12:47:02 +01:00
|
|
|
config BR2_PACKAGE_LIBISCSI
|
|
|
|
bool "libiscsi"
|
2019-07-15 18:37:02 +02:00
|
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS
|
2012-12-13 12:47:02 +01:00
|
|
|
help
|
2017-07-31 15:53:50 +02:00
|
|
|
Libiscsi is a client-side library to implement the iSCSI
|
|
|
|
protocol that can be used to access resource of an iSCSI
|
|
|
|
Target.
|
2013-11-11 17:23:23 +01:00
|
|
|
|
2017-07-31 15:53:50 +02:00
|
|
|
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.
|
2013-11-11 17:23:23 +01:00
|
|
|
|
2019-11-28 13:38:31 +01:00
|
|
|
https://github.com/sahlberg/libiscsi
|
2019-07-15 18:37:02 +02:00
|
|
|
|
|
|
|
comment "libiscsi needs a toolchain w/ threads"
|
|
|
|
depends on !BR2_TOOLCHAIN_HAS_THREADS
|