mirror of https://github.com/hak5/openwrt.git
make kmod-mvsas depend on x86 since it fails building on other targets (eg: brcm63xx)
SVN-Revision: 32878lede-17.01
parent
87a72d68f1
commit
4a3cbbf99d
|
@ -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 New Issue