summaryrefslogtreecommitdiff
path: root/package/targetcli-fb/Config.in
diff options
context:
space:
mode:
authorChristophe Vu-Brugier <cvubrugier@fastmail.fm>2014-09-18 12:00:55 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2014-09-21 19:45:54 +0200
commit3867623c23ec0b1638d55dcb42e58f800de38785 (patch)
tree8117f7a6985308a67af76148a71c6534fb537174 /package/targetcli-fb/Config.in
parente9d12828cd7e2e8ce50359ce490d8eb74198402c (diff)
targetcli-fb: new package
targetcli-fb is a command-line interface for configuring the LIO generic SCSI target, present in 3.x Linux kernel versions. Signed-off-by: Christophe Vu-Brugier <cvubrugier@fastmail.fm> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/targetcli-fb/Config.in')
-rw-r--r--package/targetcli-fb/Config.in14
1 files changed, 14 insertions, 0 deletions
diff --git a/package/targetcli-fb/Config.in b/package/targetcli-fb/Config.in
new file mode 100644
index 000000000..dcc6a542f
--- /dev/null
+++ b/package/targetcli-fb/Config.in
@@ -0,0 +1,14 @@
+comment "targetcli-fb depends on python"
+ depends on !BR2_PACKAGE_PYTHON
+
+config BR2_PACKAGE_TARGETCLI_FB
+ bool "targetcli-fb"
+ depends on BR2_PACKAGE_PYTHON
+ 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