From: florian Date: Thu, 26 Jul 2012 09:29:22 +0000 (+0000) Subject: [package] make kmod-mvsas depend on x86 since it fails building on other targets... X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=d458822492306a2bcf1ddf4479633e3b4c84bc34;p=openwrt.git [package] make kmod-mvsas depend on x86 since it fails building on other targets (eg: brcm63xx) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32878 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/package/kernel/modules/block.mk b/package/kernel/modules/block.mk index 819b748b53..a4288b2a8b 100644 --- a/package/kernel/modules/block.mk +++ b/package/kernel/modules/block.mk @@ -530,7 +530,7 @@ $(eval $(call KernelPackage,loop)) define KernelPackage/mvsas SUBMENU:=$(BLOCK_MENU) TITLE:=Marvell 88SE6440 SAS/SATA driver - DEPENDS:=@PCI_SUPPORT +kmod-libsas + DEPENDS:=@TARGET_x86 +kmod-libsas KCONFIG:= \ CONFIG_SCSI_MVSAS \ CONFIG_SCSI_MVSAS_TASKLET=n