From: Florian Fainelli Date: Tue, 18 Aug 2009 12:46:39 +0000 (+0000) Subject: [package] add missing libsas configuration symbol X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=d3714b11ec190b0dddfcf810a5969b3095a5ed7c;p=openwrt%2Fsvn-archive%2Farchive.git [package] add missing libsas configuration symbol SVN-Revision: 17297 --- 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)