mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-08 00:20:38 -09:00
open-isns is optional, not mandatory, since bump to version 2.1.9 in commit2314928cf8and713524df80Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.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
|