]> git.enpas.org Git - openwrt.git/commitdiff
[package] make kmod-mvsas depend on x86 since it fails building on other targets...
authorflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 26 Jul 2012 09:29:22 +0000 (09:29 +0000)
committerflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 26 Jul 2012 09:29:22 +0000 (09:29 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32878 3c298f89-4303-0410-b956-a3cf2f4a3e73

package/kernel/modules/block.mk

index 819b748b5316a18c7851a2a8ce5987de0e21a38f..a4288b2a8bd89b7a4c0ed1e4ecf58d1f33a65f99 100644 (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