From: florian Date: Tue, 18 Aug 2009 12:46:39 +0000 (+0000) Subject: [package] add missing libsas configuration symbol X-Git-Url: https://git.archive.openwrt.org/?a=commitdiff_plain;h=ea86a59d0238ccab055610a4a60876f49dfb8961;p=openwrt.git [package] add missing libsas configuration symbol git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17297 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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)