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:
0c5a73e
)
add missing libsas configuration symbol
author
Florian Fainelli
<florian@openwrt.org>
Tue, 18 Aug 2009 12:46:39 +0000
(12:46 +0000)
committer
Florian Fainelli
<florian@openwrt.org>
Tue, 18 Aug 2009 12:46:39 +0000
(12:46 +0000)
SVN-Revision: 17297
package/kernel/modules/block.mk
patch
|
blob
|
history
diff --git
a/package/kernel/modules/block.mk
b/package/kernel/modules/block.mk
index df0978a9c678350e037ccef6cb5e4ff5878da38e..806ae2110eec0b212aca93523e7f8b1bf4755559 100644
(file)
--- a/
package/kernel/modules/block.mk
+++ b/
package/kernel/modules/block.mk
@@
-413,6
+413,7
@@
define KernelPackage/libsas
TITLE:=SAS Domain Transport Attributes
DEPENDS:=+kmod-scsi-core @TARGET_x86
KCONFIG:=CONFIG_SCSI_SAS_LIBSAS \
+ CONFIG_SCSI_SAS_ATA=y \
CONFIG_SCSI_SAS_HOST_SMP=y \
CONFIG_SCSI_SAS_LIBSAS_DEBUG=y
FILES:=$(LINUX_DIR)/drivers/scsi/libsas/libsas.$(LINUX_KMOD_SUFFIX)