mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
Merge from bittboy/buildroot@db180c0
This commit is contained in:
15
package/targetcli-fb/Config.in
Normal file
15
package/targetcli-fb/Config.in
Normal file
@@ -0,0 +1,15 @@
|
||||
comment "targetcli-fb depends on Python"
|
||||
depends on !BR2_PACKAGE_PYTHON && !BR2_PACKAGE_PYTHON3
|
||||
|
||||
config BR2_PACKAGE_TARGETCLI_FB
|
||||
bool "targetcli-fb"
|
||||
depends on BR2_PACKAGE_PYTHON || BR2_PACKAGE_PYTHON3
|
||||
select BR2_PACKAGE_PYTHON_CONFIGSHELL_FB
|
||||
select BR2_PACKAGE_PYTHON_RTSLIB_FB
|
||||
select BR2_PACKAGE_PYTHON_SIX
|
||||
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/open-iscsi/targetcli-fb
|
||||
Reference in New Issue
Block a user