42c2da0d8a
Signed-off-by: Christophe Vu-Brugier <cvubrugier@fastmail.fm> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
15 lines
467 B
Plaintext
15 lines
467 B
Plaintext
comment "targetcli-fb depends on Python"
|
|
depends on !BR2_PACKAGE_PYTHON && !BR2_PACKAGE_PYTHON3
|
|
|
|
config BR2_PACKAGE_TARGETCLI_FB
|
|
bool "targetcli-fb"
|
|
depends on BR2_PACKAGE_PYTHON || BR2_PACKAGE_PYTHON3
|
|
select BR2_PACKAGE_PYTHON_CONFIGSHELL_FB
|
|
select BR2_PACKAGE_PYTHON_RTSLIB_FB
|
|
help
|
|
targetcli-fb is a command-line interface for configuring the
|
|
LIO generic SCSI target, present in 3.x Linux kernel
|
|
versions.
|
|
|
|
https://github.com/agrover/targetcli-fb
|