mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-24 00:30:16 +02:00
[package] fix libsas and mvsas dependencies against PCI and not x86
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32847 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
aced68717a
commit
c20837c0a2
@ -492,7 +492,6 @@ $(eval $(call KernelPackage,ide-it821x))
|
||||
define KernelPackage/libsas
|
||||
SUBMENU:=$(BLOCK_MENU)
|
||||
TITLE:=SAS Domain Transport Attributes
|
||||
DEPENDS:=@TARGET_x86
|
||||
KCONFIG:=CONFIG_SCSI_SAS_LIBSAS \
|
||||
CONFIG_SCSI_SAS_ATTRS \
|
||||
CONFIG_SCSI_SAS_ATA=y \
|
||||
@ -531,7 +530,7 @@ $(eval $(call KernelPackage,loop))
|
||||
define KernelPackage/mvsas
|
||||
SUBMENU:=$(BLOCK_MENU)
|
||||
TITLE:=Marvell 88SE6440 SAS/SATA driver
|
||||
DEPENDS:=@TARGET_x86 +kmod-libsas
|
||||
DEPENDS:=@PCI_SUPPORT +kmod-libsas
|
||||
KCONFIG:= \
|
||||
CONFIG_SCSI_MVSAS \
|
||||
CONFIG_SCSI_MVSAS_TASKLET=n
|
||||
|
Loading…
Reference in New Issue
Block a user