diff options
author | Florian Fainelli <florian@openwrt.org> | 2009-08-18 12:46:39 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2009-08-18 12:46:39 +0000 |
commit | 7f931f64df877cd167885ba3977e23213225998c (patch) | |
tree | 548d1a2f2da913d17c3381838711eb7c4bf11610 /package/kernel | |
parent | 0c5a73ec9b676770f2f0eeaea73d469e6b4017eb (diff) | |
download | upstream-7f931f64df877cd167885ba3977e23213225998c.tar.gz upstream-7f931f64df877cd167885ba3977e23213225998c.tar.bz2 upstream-7f931f64df877cd167885ba3977e23213225998c.zip |
add missing libsas configuration symbol
SVN-Revision: 17297
Diffstat (limited to 'package/kernel')
-rw-r--r-- | package/kernel/modules/block.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/kernel/modules/block.mk b/package/kernel/modules/block.mk index df0978a9c6..806ae2110e 100644 --- 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) |