open-isns is optional, not mandatory, since bump to version 2.1.9 in commit2314928cf8
and713524df80
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com> (cherry picked from commit 948b1830423421e087f6aa4923a37ce077ed5904) Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
18 lines
503 B
Plaintext
18 lines
503 B
Plaintext
config BR2_PACKAGE_OPEN_ISCSI
|
|
bool "open-iscsi"
|
|
depends on BR2_USE_MMU # fork()
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS # pthread
|
|
depends on !BR2_STATIC_LIBS # kmod
|
|
select BR2_PACKAGE_KMOD
|
|
select BR2_PACKAGE_OPENSSL
|
|
select BR2_PACKAGE_UTIL_LINUX
|
|
select BR2_PACKAGE_UTIL_LINUX_LIBMOUNT
|
|
help
|
|
iSCSI tools for Linux.
|
|
|
|
https://www.open-iscsi.com
|
|
|
|
comment "open-iscsi needs a toolchain w/ threads, dynamic library"
|
|
depends on BR2_USE_MMU
|
|
depends on !BR2_TOOLCHAIN_HAS_THREADS || BR2_STATIC_LIBS
|