Skip to content
Snippets Groups Projects
Commit 4a3cbbf9 authored by Florian Fainelli's avatar Florian Fainelli
Browse files

make kmod-mvsas depend on x86 since it fails building on other targets (eg: brcm63xx)

SVN-Revision: 32878
parent 87a72d68
No related branches found
No related tags found
No related merge requests found
...@@ -530,7 +530,7 @@ $(eval $(call KernelPackage,loop)) ...@@ -530,7 +530,7 @@ $(eval $(call KernelPackage,loop))
define KernelPackage/mvsas define KernelPackage/mvsas
SUBMENU:=$(BLOCK_MENU) SUBMENU:=$(BLOCK_MENU)
TITLE:=Marvell 88SE6440 SAS/SATA driver TITLE:=Marvell 88SE6440 SAS/SATA driver
DEPENDS:=@PCI_SUPPORT +kmod-libsas DEPENDS:=@TARGET_x86 +kmod-libsas
KCONFIG:= \ KCONFIG:= \
CONFIG_SCSI_MVSAS \ CONFIG_SCSI_MVSAS \
CONFIG_SCSI_MVSAS_TASKLET=n CONFIG_SCSI_MVSAS_TASKLET=n
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment