aboutsummaryrefslogtreecommitdiffstats
path: root/package/kernel
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
commit5639aafe1d6d96cc33f6da329725ce739ca042d2 (patch)
tree4039b21fc8378602e6aea78969505432579bdc88 /package/kernel
parentb5a10d0288bc12df71e3ce1a68a4f1025f9f382c (diff)
downloadmaster-187ad058-5639aafe1d6d96cc33f6da329725ce739ca042d2.tar.gz
master-187ad058-5639aafe1d6d96cc33f6da329725ce739ca042d2.tar.bz2
master-187ad058-5639aafe1d6d96cc33f6da329725ce739ca042d2.zip
[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')
-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