diff options
author | Florian Fainelli <florian@openwrt.org> | 2009-07-22 08:32:51 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2009-07-22 08:32:51 +0000 |
commit | b483359d38915df7faebd820d823ead07a5054d4 (patch) | |
tree | 329049921f6823265e1ccab52257df9e7321501b /package/kernel/modules/block.mk | |
parent | 1c9e660cc711408477f40a73524a230e5bf5832b (diff) | |
download | upstream-b483359d38915df7faebd820d823ead07a5054d4.tar.gz upstream-b483359d38915df7faebd820d823ead07a5054d4.tar.bz2 upstream-b483359d38915df7faebd820d823ead07a5054d4.zip |
make libsas depend on x86, over targets using it may unmask it later
SVN-Revision: 16953
Diffstat (limited to 'package/kernel/modules/block.mk')
-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 521236e478..f58de2eb8c 100644 --- a/package/kernel/modules/block.mk +++ b/package/kernel/modules/block.mk @@ -393,7 +393,7 @@ $(eval $(call KernelPackage,axonram)) define KernelPackage/libsas SUBMENU:=$(BLOCK_MENU) TITLE:=SAS Domain Transport Attributes - DEPENDS:=+kmod-scsi-core + DEPENDS:=+kmod-scsi-core @TARGET_x86 KCONFIG:=CONFIG_SCSI_SAS_LIBSAS \ CONFIG_SCSI_SAS_HOST_SMP=y \ CONFIG_SCSI_SAS_LIBSAS_DEBUG=y |