1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-06-30 22:29:50 +03:00

[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
This commit is contained in:
florian 2012-07-26 09:29:22 +00:00
parent d6ccc66511
commit d458822492

View File

@ -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