aboutsummaryrefslogtreecommitdiffstats
path: root/package/kernel
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2009-08-18 12:46:39 +0000
committerFlorian Fainelli <florian@openwrt.org>2009-08-18 12:46:39 +0000
commit3900114d34cad6cffce449fe68bb4cf98c86e33c (patch)
treec7e7b8e7cd17bd8556a10af6d5ae5fa581558e36 /package/kernel
parentcebb4d1aec84801f48a7ff753e1d8c087c5d17fb (diff)
downloadmaster-187ad058-3900114d34cad6cffce449fe68bb4cf98c86e33c.tar.gz
master-187ad058-3900114d34cad6cffce449fe68bb4cf98c86e33c.tar.bz2
master-187ad058-3900114d34cad6cffce449fe68bb4cf98c86e33c.zip
[package] add missing libsas configuration symbol
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17297 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/kernel')
-rw-r--r--package/kernel/modules/block.mk1
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)