mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
projects/Virtual: add iscsi support
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
781516b870
commit
c2b22d6b66
@ -219,7 +219,7 @@ CONFIG_STOP_MACHINE=y
|
|||||||
CONFIG_BLOCK=y
|
CONFIG_BLOCK=y
|
||||||
CONFIG_LBDAF=y
|
CONFIG_LBDAF=y
|
||||||
CONFIG_BLK_DEV_BSG=y
|
CONFIG_BLK_DEV_BSG=y
|
||||||
# CONFIG_BLK_DEV_BSGLIB is not set
|
CONFIG_BLK_DEV_BSGLIB=y
|
||||||
# CONFIG_BLK_DEV_INTEGRITY is not set
|
# CONFIG_BLK_DEV_INTEGRITY is not set
|
||||||
|
|
||||||
#
|
#
|
||||||
@ -891,11 +891,67 @@ CONFIG_SCSI_WAIT_SCAN=m
|
|||||||
#
|
#
|
||||||
CONFIG_SCSI_SPI_ATTRS=y
|
CONFIG_SCSI_SPI_ATTRS=y
|
||||||
# CONFIG_SCSI_FC_ATTRS is not set
|
# CONFIG_SCSI_FC_ATTRS is not set
|
||||||
# CONFIG_SCSI_ISCSI_ATTRS is not set
|
CONFIG_SCSI_ISCSI_ATTRS=y
|
||||||
# CONFIG_SCSI_SAS_ATTRS is not set
|
# CONFIG_SCSI_SAS_ATTRS is not set
|
||||||
# CONFIG_SCSI_SAS_LIBSAS is not set
|
# CONFIG_SCSI_SAS_LIBSAS is not set
|
||||||
# CONFIG_SCSI_SRP_ATTRS is not set
|
# CONFIG_SCSI_SRP_ATTRS is not set
|
||||||
# CONFIG_SCSI_LOWLEVEL is not set
|
CONFIG_SCSI_LOWLEVEL=y
|
||||||
|
CONFIG_ISCSI_TCP=y
|
||||||
|
CONFIG_ISCSI_BOOT_SYSFS=y
|
||||||
|
# CONFIG_SCSI_CXGB3_ISCSI is not set
|
||||||
|
# CONFIG_SCSI_CXGB4_ISCSI is not set
|
||||||
|
# CONFIG_SCSI_BNX2_ISCSI is not set
|
||||||
|
# CONFIG_SCSI_BNX2X_FCOE is not set
|
||||||
|
# CONFIG_BE2ISCSI is not set
|
||||||
|
# CONFIG_BLK_DEV_3W_XXXX_RAID is not set
|
||||||
|
# CONFIG_SCSI_HPSA is not set
|
||||||
|
# CONFIG_SCSI_3W_9XXX is not set
|
||||||
|
# CONFIG_SCSI_3W_SAS is not set
|
||||||
|
# CONFIG_SCSI_ACARD is not set
|
||||||
|
# CONFIG_SCSI_AACRAID is not set
|
||||||
|
# CONFIG_SCSI_AIC7XXX is not set
|
||||||
|
# CONFIG_SCSI_AIC7XXX_OLD is not set
|
||||||
|
# CONFIG_SCSI_AIC79XX is not set
|
||||||
|
# CONFIG_SCSI_AIC94XX is not set
|
||||||
|
# CONFIG_SCSI_MVSAS is not set
|
||||||
|
# CONFIG_SCSI_MVUMI is not set
|
||||||
|
# CONFIG_SCSI_DPT_I2O is not set
|
||||||
|
# CONFIG_SCSI_ADVANSYS is not set
|
||||||
|
# CONFIG_SCSI_ARCMSR is not set
|
||||||
|
# CONFIG_MEGARAID_NEWGEN is not set
|
||||||
|
# CONFIG_MEGARAID_LEGACY is not set
|
||||||
|
# CONFIG_MEGARAID_SAS is not set
|
||||||
|
# CONFIG_SCSI_MPT2SAS is not set
|
||||||
|
# CONFIG_SCSI_HPTIOP is not set
|
||||||
|
# CONFIG_SCSI_BUSLOGIC is not set
|
||||||
|
# CONFIG_VMWARE_PVSCSI is not set
|
||||||
|
# CONFIG_LIBFC is not set
|
||||||
|
# CONFIG_LIBFCOE is not set
|
||||||
|
# CONFIG_FCOE is not set
|
||||||
|
# CONFIG_FCOE_FNIC is not set
|
||||||
|
# CONFIG_SCSI_DMX3191D is not set
|
||||||
|
# CONFIG_SCSI_EATA is not set
|
||||||
|
# CONFIG_SCSI_FUTURE_DOMAIN is not set
|
||||||
|
# CONFIG_SCSI_GDTH is not set
|
||||||
|
# CONFIG_SCSI_ISCI is not set
|
||||||
|
# CONFIG_SCSI_IPS is not set
|
||||||
|
# CONFIG_SCSI_INITIO is not set
|
||||||
|
# CONFIG_SCSI_INIA100 is not set
|
||||||
|
# CONFIG_SCSI_STEX is not set
|
||||||
|
# CONFIG_SCSI_SYM53C8XX_2 is not set
|
||||||
|
# CONFIG_SCSI_IPR is not set
|
||||||
|
# CONFIG_SCSI_QLOGIC_1280 is not set
|
||||||
|
# CONFIG_SCSI_QLA_FC is not set
|
||||||
|
# CONFIG_SCSI_QLA_ISCSI is not set
|
||||||
|
# CONFIG_SCSI_LPFC is not set
|
||||||
|
# CONFIG_SCSI_DC395x is not set
|
||||||
|
# CONFIG_SCSI_DC390T is not set
|
||||||
|
# CONFIG_SCSI_NSP32 is not set
|
||||||
|
# CONFIG_SCSI_DEBUG is not set
|
||||||
|
# CONFIG_SCSI_PMCRAID is not set
|
||||||
|
# CONFIG_SCSI_PM8001 is not set
|
||||||
|
# CONFIG_SCSI_SRP is not set
|
||||||
|
# CONFIG_SCSI_BFA_FC is not set
|
||||||
# CONFIG_SCSI_DH is not set
|
# CONFIG_SCSI_DH is not set
|
||||||
# CONFIG_SCSI_OSD_INITIATOR is not set
|
# CONFIG_SCSI_OSD_INITIATOR is not set
|
||||||
CONFIG_ATA=y
|
CONFIG_ATA=y
|
||||||
@ -2854,7 +2910,8 @@ CONFIG_EFI_VARS=y
|
|||||||
# CONFIG_DCDBAS is not set
|
# CONFIG_DCDBAS is not set
|
||||||
CONFIG_DMIID=y
|
CONFIG_DMIID=y
|
||||||
# CONFIG_DMI_SYSFS is not set
|
# CONFIG_DMI_SYSFS is not set
|
||||||
# CONFIG_ISCSI_IBFT_FIND is not set
|
CONFIG_ISCSI_IBFT_FIND=y
|
||||||
|
CONFIG_ISCSI_IBFT=y
|
||||||
# CONFIG_SIGMA is not set
|
# CONFIG_SIGMA is not set
|
||||||
# CONFIG_GOOGLE_FIRMWARE is not set
|
# CONFIG_GOOGLE_FIRMWARE is not set
|
||||||
|
|
||||||
@ -3239,7 +3296,7 @@ CONFIG_CRYPTO_HMAC=y
|
|||||||
#
|
#
|
||||||
# Digest
|
# Digest
|
||||||
#
|
#
|
||||||
# CONFIG_CRYPTO_CRC32C is not set
|
CONFIG_CRYPTO_CRC32C=y
|
||||||
# CONFIG_CRYPTO_CRC32C_INTEL is not set
|
# CONFIG_CRYPTO_CRC32C_INTEL is not set
|
||||||
# CONFIG_CRYPTO_GHASH is not set
|
# CONFIG_CRYPTO_GHASH is not set
|
||||||
CONFIG_CRYPTO_MD4=y
|
CONFIG_CRYPTO_MD4=y
|
||||||
|
@ -219,7 +219,7 @@ CONFIG_MODULE_UNLOAD=y
|
|||||||
CONFIG_STOP_MACHINE=y
|
CONFIG_STOP_MACHINE=y
|
||||||
CONFIG_BLOCK=y
|
CONFIG_BLOCK=y
|
||||||
CONFIG_BLK_DEV_BSG=y
|
CONFIG_BLK_DEV_BSG=y
|
||||||
# CONFIG_BLK_DEV_BSGLIB is not set
|
CONFIG_BLK_DEV_BSGLIB=y
|
||||||
# CONFIG_BLK_DEV_INTEGRITY is not set
|
# CONFIG_BLK_DEV_INTEGRITY is not set
|
||||||
|
|
||||||
#
|
#
|
||||||
@ -843,11 +843,67 @@ CONFIG_SCSI_WAIT_SCAN=m
|
|||||||
#
|
#
|
||||||
CONFIG_SCSI_SPI_ATTRS=y
|
CONFIG_SCSI_SPI_ATTRS=y
|
||||||
# CONFIG_SCSI_FC_ATTRS is not set
|
# CONFIG_SCSI_FC_ATTRS is not set
|
||||||
# CONFIG_SCSI_ISCSI_ATTRS is not set
|
CONFIG_SCSI_ISCSI_ATTRS=y
|
||||||
# CONFIG_SCSI_SAS_ATTRS is not set
|
# CONFIG_SCSI_SAS_ATTRS is not set
|
||||||
# CONFIG_SCSI_SAS_LIBSAS is not set
|
# CONFIG_SCSI_SAS_LIBSAS is not set
|
||||||
# CONFIG_SCSI_SRP_ATTRS is not set
|
# CONFIG_SCSI_SRP_ATTRS is not set
|
||||||
# CONFIG_SCSI_LOWLEVEL is not set
|
CONFIG_SCSI_LOWLEVEL=y
|
||||||
|
CONFIG_ISCSI_TCP=y
|
||||||
|
CONFIG_ISCSI_BOOT_SYSFS=y
|
||||||
|
# CONFIG_SCSI_CXGB3_ISCSI is not set
|
||||||
|
# CONFIG_SCSI_CXGB4_ISCSI is not set
|
||||||
|
# CONFIG_SCSI_BNX2_ISCSI is not set
|
||||||
|
# CONFIG_SCSI_BNX2X_FCOE is not set
|
||||||
|
# CONFIG_BE2ISCSI is not set
|
||||||
|
# CONFIG_BLK_DEV_3W_XXXX_RAID is not set
|
||||||
|
# CONFIG_SCSI_HPSA is not set
|
||||||
|
# CONFIG_SCSI_3W_9XXX is not set
|
||||||
|
# CONFIG_SCSI_3W_SAS is not set
|
||||||
|
# CONFIG_SCSI_ACARD is not set
|
||||||
|
# CONFIG_SCSI_AACRAID is not set
|
||||||
|
# CONFIG_SCSI_AIC7XXX is not set
|
||||||
|
# CONFIG_SCSI_AIC7XXX_OLD is not set
|
||||||
|
# CONFIG_SCSI_AIC79XX is not set
|
||||||
|
# CONFIG_SCSI_AIC94XX is not set
|
||||||
|
# CONFIG_SCSI_MVSAS is not set
|
||||||
|
# CONFIG_SCSI_MVUMI is not set
|
||||||
|
# CONFIG_SCSI_DPT_I2O is not set
|
||||||
|
# CONFIG_SCSI_ADVANSYS is not set
|
||||||
|
# CONFIG_SCSI_ARCMSR is not set
|
||||||
|
# CONFIG_MEGARAID_NEWGEN is not set
|
||||||
|
# CONFIG_MEGARAID_LEGACY is not set
|
||||||
|
# CONFIG_MEGARAID_SAS is not set
|
||||||
|
# CONFIG_SCSI_MPT2SAS is not set
|
||||||
|
# CONFIG_SCSI_HPTIOP is not set
|
||||||
|
# CONFIG_SCSI_BUSLOGIC is not set
|
||||||
|
# CONFIG_VMWARE_PVSCSI is not set
|
||||||
|
# CONFIG_LIBFC is not set
|
||||||
|
# CONFIG_LIBFCOE is not set
|
||||||
|
# CONFIG_FCOE is not set
|
||||||
|
# CONFIG_FCOE_FNIC is not set
|
||||||
|
# CONFIG_SCSI_DMX3191D is not set
|
||||||
|
# CONFIG_SCSI_EATA is not set
|
||||||
|
# CONFIG_SCSI_FUTURE_DOMAIN is not set
|
||||||
|
# CONFIG_SCSI_GDTH is not set
|
||||||
|
# CONFIG_SCSI_ISCI is not set
|
||||||
|
# CONFIG_SCSI_IPS is not set
|
||||||
|
# CONFIG_SCSI_INITIO is not set
|
||||||
|
# CONFIG_SCSI_INIA100 is not set
|
||||||
|
# CONFIG_SCSI_STEX is not set
|
||||||
|
# CONFIG_SCSI_SYM53C8XX_2 is not set
|
||||||
|
# CONFIG_SCSI_IPR is not set
|
||||||
|
# CONFIG_SCSI_QLOGIC_1280 is not set
|
||||||
|
# CONFIG_SCSI_QLA_FC is not set
|
||||||
|
# CONFIG_SCSI_QLA_ISCSI is not set
|
||||||
|
# CONFIG_SCSI_LPFC is not set
|
||||||
|
# CONFIG_SCSI_DC395x is not set
|
||||||
|
# CONFIG_SCSI_DC390T is not set
|
||||||
|
# CONFIG_SCSI_NSP32 is not set
|
||||||
|
# CONFIG_SCSI_DEBUG is not set
|
||||||
|
# CONFIG_SCSI_PMCRAID is not set
|
||||||
|
# CONFIG_SCSI_PM8001 is not set
|
||||||
|
# CONFIG_SCSI_SRP is not set
|
||||||
|
# CONFIG_SCSI_BFA_FC is not set
|
||||||
# CONFIG_SCSI_DH is not set
|
# CONFIG_SCSI_DH is not set
|
||||||
# CONFIG_SCSI_OSD_INITIATOR is not set
|
# CONFIG_SCSI_OSD_INITIATOR is not set
|
||||||
CONFIG_ATA=y
|
CONFIG_ATA=y
|
||||||
@ -2793,7 +2849,8 @@ CONFIG_EFI_VARS=y
|
|||||||
# CONFIG_DCDBAS is not set
|
# CONFIG_DCDBAS is not set
|
||||||
CONFIG_DMIID=y
|
CONFIG_DMIID=y
|
||||||
# CONFIG_DMI_SYSFS is not set
|
# CONFIG_DMI_SYSFS is not set
|
||||||
# CONFIG_ISCSI_IBFT_FIND is not set
|
CONFIG_ISCSI_IBFT_FIND=y
|
||||||
|
CONFIG_ISCSI_IBFT=y
|
||||||
# CONFIG_SIGMA is not set
|
# CONFIG_SIGMA is not set
|
||||||
# CONFIG_GOOGLE_FIRMWARE is not set
|
# CONFIG_GOOGLE_FIRMWARE is not set
|
||||||
|
|
||||||
@ -3176,7 +3233,7 @@ CONFIG_CRYPTO_HMAC=y
|
|||||||
#
|
#
|
||||||
# Digest
|
# Digest
|
||||||
#
|
#
|
||||||
# CONFIG_CRYPTO_CRC32C is not set
|
CONFIG_CRYPTO_CRC32C=y
|
||||||
# CONFIG_CRYPTO_CRC32C_INTEL is not set
|
# CONFIG_CRYPTO_CRC32C_INTEL is not set
|
||||||
# CONFIG_CRYPTO_GHASH is not set
|
# CONFIG_CRYPTO_GHASH is not set
|
||||||
CONFIG_CRYPTO_MD4=y
|
CONFIG_CRYPTO_MD4=y
|
||||||
|
@ -259,6 +259,9 @@
|
|||||||
# build and install CEC adapter support (yes / no)
|
# build and install CEC adapter support (yes / no)
|
||||||
CEC_SUPPORT="yes"
|
CEC_SUPPORT="yes"
|
||||||
|
|
||||||
|
# build and install iSCSI support - iscsistart (yes / no)
|
||||||
|
ISCSI_SUPPORT="yes"
|
||||||
|
|
||||||
# LCD driver to Use - Possible drivers are ( Comma seperated:
|
# LCD driver to Use - Possible drivers are ( Comma seperated:
|
||||||
# bayrad,CFontz,CFontz633,CFontzPacket,curses,CwLnx,
|
# bayrad,CFontz,CFontz633,CFontzPacket,curses,CwLnx,
|
||||||
# ea65,EyeboxOne,g15,glcdlib,glk,hd44780,i2500vfd,
|
# ea65,EyeboxOne,g15,glcdlib,glk,hd44780,i2500vfd,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user