From 6c65f29f602a02c5e992704c002f7bf09ff055f0 Mon Sep 17 00:00:00 2001 From: Zoltan HERPAI Date: Tue, 24 Oct 2023 18:41:39 +0200 Subject: [PATCH] modules: block: add mpt3sas support Signed-off-by: Zoltan HERPAI --- package/kernel/linux/modules/block.mk | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/package/kernel/linux/modules/block.mk b/package/kernel/linux/modules/block.mk index e78dc78506..4905a1ba16 100644 --- a/package/kernel/linux/modules/block.mk +++ b/package/kernel/linux/modules/block.mk @@ -255,6 +255,23 @@ endef $(eval $(call KernelPackage,dm-raid)) +define KernelPackage/fusion-mpt3sas + SUBMENU:=$(BLOCK_MENU) + TITLE:=LSI MPT2/MPT3 SAS support + DEPENDS:=@PCI_SUPPORT +kmod-libsas +kmod-libraid + KCONFIG:=CONFIG_SCSI_MPT3SAS + FILES:=\ + $(LINUX_DIR)/drivers/scsi/mpt3sas/mpt3sas.ko + AUTOLOAD:=$(call AutoLoad,41,mpt3sas,1) +endef + +define KernelPackage/fusion-mpt3sas/description + Support for LSI MPT2/MPT3 SAS controllers +endef + +$(eval $(call KernelPackage,fusion-mpt3sas)) + + define KernelPackage/iscsi-initiator SUBMENU:=$(BLOCK_MENU) TITLE:=iSCSI Initiator over TCP/IP -- 2.30.2