summaryrefslogtreecommitdiffstats
path: root/package
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2009-07-22 08:32:51 +0000
committerFlorian Fainelli <florian@openwrt.org>2009-07-22 08:32:51 +0000
commitb483359d38915df7faebd820d823ead07a5054d4 (patch)
tree329049921f6823265e1ccab52257df9e7321501b /package
parent1c9e660cc711408477f40a73524a230e5bf5832b (diff)
downloadmaster-31e0f0ae-b483359d38915df7faebd820d823ead07a5054d4.tar.gz
master-31e0f0ae-b483359d38915df7faebd820d823ead07a5054d4.tar.bz2
master-31e0f0ae-b483359d38915df7faebd820d823ead07a5054d4.zip
make libsas depend on x86, over targets using it may unmask it later
SVN-Revision: 16953
Diffstat (limited to 'package')
-rw-r--r--package/kernel/modules/block.mk2
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