From e8feadafedefd07021d0a52499ca5b5111bb02c8 Mon Sep 17 00:00:00 2001 From: Zoltan HERPAI Date: Tue, 24 Oct 2023 18:41:02 +0200 Subject: [PATCH] modules: block: libraid/libsas can build on non-x86 targets Signed-off-by: Zoltan HERPAI --- package/kernel/linux/modules/block.mk | 2 -- 1 file changed, 2 deletions(-) diff --git a/package/kernel/linux/modules/block.mk b/package/kernel/linux/modules/block.mk index 3fb1ce6a31..0a219a182b 100644 --- a/package/kernel/linux/modules/block.mk +++ b/package/kernel/linux/modules/block.mk @@ -423,7 +423,6 @@ $(eval $(call KernelPackage,md-multipath)) define KernelPackage/libsas SUBMENU:=$(BLOCK_MENU) - DEPENDS:=@TARGET_x86 TITLE:=SAS Domain Transport Attributes KCONFIG:=CONFIG_SCSI_SAS_LIBSAS \ CONFIG_SCSI_SAS_ATTRS \ @@ -445,7 +444,6 @@ $(eval $(call KernelPackage,libsas,1)) define KernelPackage/libraid SUBMENU:=$(BLOCK_MENU) - DEPENDS:=@TARGET_x86 TITLE:=RAID Transport class KCONFIG:=CONFIG_RAID_ATTRS FILES:= \ -- 2.30.2