2012-12-13 12:47:02 +01:00
|
|
|
config BR2_PACKAGE_LIBISCSI
|
|
|
|
bool "libiscsi"
|
|
|
|
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
|
|
|
|
2012-12-13 12:47:02 +01:00
|
|
|
https://github.com/sahlberg/libiscsi (no proper homepage)
|