summaryrefslogtreecommitdiffstats
path: root/package/kernel/modules/block.mk
diff options
context:
space:
mode:
authorflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>2009-07-22 08:32:51 +0000
committerflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>2009-07-22 08:32:51 +0000
commit1fb1edc523a19eedf9aab0c5e031a3ed68f3325c (patch)
tree4039b21fc8378602e6aea78969505432579bdc88 /package/kernel/modules/block.mk
parent3047c0ecc311fb92179046be48414cc570d75d0b (diff)
[package] make libsas depend on x86, over targets using it may unmask it later
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16953 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/kernel/modules/block.mk')
-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 521236e47..f58de2eb8 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