From a05edc63c12fad33c6e362e61f1d2138f9a337e3 Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Sat, 16 Oct 2010 16:36:00 +0000 Subject: [PATCH] iSCSI-SCST: Added missing LIBCRC32C dependency. git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@2416 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- iscsi-scst/kernel/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iscsi-scst/kernel/Kconfig b/iscsi-scst/kernel/Kconfig index 70c282422..7c5ee221a 100644 --- a/iscsi-scst/kernel/Kconfig +++ b/iscsi-scst/kernel/Kconfig @@ -1,6 +1,6 @@ config SCST_ISCSI tristate "ISCSI Target" - depends on SCST && INET + depends on SCST && INET && LIBCRC32C default SCST help ISCSI target driver for SCST framework. The iSCSI protocol has been