make kmod-mvsas depend on x86 since it fails building on other targets (eg: brcm63xx)
SVN-Revision: 32878
This commit is contained in:
parent
87a72d68f1
commit
4a3cbbf99d
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue