1config BR2_PACKAGE_LIBISCSI 2 bool "libiscsi" 3 depends on BR2_TOOLCHAIN_HAS_THREADS 4 help 5 Libiscsi is a client-side library to implement the iSCSI 6 protocol that can be used to access resource of an iSCSI 7 Target. 8 9 The library is fully async with regards to iscsi commands and 10 scsi tasks, but a sync layer is also provided for ease of use 11 for simpler applications. 12 13 https://github.com/sahlberg/libiscsi 14 15comment "libiscsi needs a toolchain w/ threads" 16 depends on !BR2_TOOLCHAIN_HAS_THREADS 17