diff options
Diffstat (limited to 'package/python-rtslib-fb/Config.in')
-rw-r--r-- | package/python-rtslib-fb/Config.in | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/package/python-rtslib-fb/Config.in b/package/python-rtslib-fb/Config.in new file mode 100644 index 0000000000..b2aebcf055 --- /dev/null +++ b/package/python-rtslib-fb/Config.in @@ -0,0 +1,9 @@ +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 |