a930816fec
rtslib-fb is an object-based Python library for configuring the LIO generic SCSI target, present in 3.x Linux kernel versions. Signed-off-by: Christophe Vu-Brugier <cvubrugier@fastmail.fm> Reviewed-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
10 lines
275 B
Plaintext
10 lines
275 B
Plaintext
config BR2_PACKAGE_PYTHON_RTSLIB_FB
|
|
bool "python-rtslib-fb"
|
|
depends on BR2_PACKAGE_PYTHON
|
|
help
|
|
rtslib-fb is an object-based Python library for configuring
|
|
the LIO generic SCSI target, present in 3.x Linux kernel
|
|
versions.
|
|
|
|
https://github.com/agrover/rtslib-fb
|