projects
/
openwrt
/
staging
/
lynxis.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1c9e660
)
make libsas depend on x86, over targets using it may unmask it later
author
Florian Fainelli
<florian@openwrt.org>
Wed, 22 Jul 2009 08:32:51 +0000
(08:32 +0000)
committer
Florian Fainelli
<florian@openwrt.org>
Wed, 22 Jul 2009 08:32:51 +0000
(08:32 +0000)
SVN-Revision: 16953
package/kernel/modules/block.mk
patch
|
blob
|
history
diff --git
a/package/kernel/modules/block.mk
b/package/kernel/modules/block.mk
index 521236e478a6d9bc64c27df50db4154bf78aee12..f58de2eb8c9917164620dbc3de2216ccd44a536f 100644
(file)
--- 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