support iscsi directly in the kernel instead of as a module

Signed-off-by: Itxaka <itxaka@kairos.io>
This commit is contained in:
Itxaka 2023-12-04 09:23:49 +01:00
parent e9cdcaaac4
commit 0f9e981e12
3 changed files with 5 additions and 5 deletions

View File

@ -2841,8 +2841,8 @@ CONFIG_SCSI_SRP_ATTRS=m
# end of SCSI Transports
CONFIG_SCSI_LOWLEVEL=y
CONFIG_ISCSI_TCP=m
CONFIG_ISCSI_BOOT_SYSFS=m
CONFIG_ISCSI_TCP=y
CONFIG_ISCSI_BOOT_SYSFS=y
CONFIG_SCSI_CXGB3_ISCSI=m
CONFIG_SCSI_CXGB4_ISCSI=m
CONFIG_SCSI_BNX2_ISCSI=m

View File

@ -2698,8 +2698,8 @@ CONFIG_SCSI_SRP_ATTRS=m
# end of SCSI Transports
CONFIG_SCSI_LOWLEVEL=y
CONFIG_ISCSI_TCP=m
CONFIG_ISCSI_BOOT_SYSFS=m
CONFIG_ISCSI_TCP=y
CONFIG_ISCSI_BOOT_SYSFS=y
CONFIG_SCSI_CXGB3_ISCSI=m
CONFIG_SCSI_CXGB4_ISCSI=m
CONFIG_SCSI_BNX2_ISCSI=m

View File

@ -1,6 +1,6 @@
category: "kernels"
name: "linux"
version: "6.5.7"
version: "6.5.7-1"
labels:
autobump.revdeps: "false"
autobump.string_replace: '{ "prefix": "" }'