diff options
author | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2012-07-26 09:29:22 +0000 |
---|---|---|
committer | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2012-07-26 09:29:22 +0000 |
commit | d458822492306a2bcf1ddf4479633e3b4c84bc34 (patch) | |
tree | a7561ba79a9e77468fc2f081cd643cc080ea9c13 /package | |
parent | d6ccc665116277362054616f2dc82840ee2eeee4 (diff) |
[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
Diffstat (limited to 'package')
-rw-r--r-- | package/kernel/modules/block.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/kernel/modules/block.mk b/package/kernel/modules/block.mk index 819b748b5..a4288b2a8 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 |