2014-10-27 10:26:11 +01:00
|
|
|
comment "targetcli-fb depends on Python"
|
|
|
|
depends on !BR2_PACKAGE_PYTHON && !BR2_PACKAGE_PYTHON3
|
2014-09-18 12:00:55 +02:00
|
|
|
|
|
|
|
config BR2_PACKAGE_TARGETCLI_FB
|
|
|
|
bool "targetcli-fb"
|
2014-10-27 10:26:11 +01:00
|
|
|
depends on BR2_PACKAGE_PYTHON || BR2_PACKAGE_PYTHON3
|
2014-09-18 12:00:55 +02:00
|
|
|
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
|