mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-07 07:01:07 -09:00
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
|