From: Zoltan HERPAI Date: Tue, 24 Oct 2023 16:41:39 +0000 (+0200) Subject: modules: block: add mpt3sas support X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=6c65f29f602a02c5e992704c002f7bf09ff055f0;p=openwrt%2Fstaging%2Fwigyori.git modules: block: add mpt3sas support Signed-off-by: Zoltan HERPAI --- 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