[DRBD-cvs] svn commit by lars - r2833 - trunk/drbd - in case this is patched into the kernel source tree, le

drbd-cvs at lists.linbit.com drbd-cvs at lists.linbit.com
Fri Apr 6 16:18:35 CEST 2007


Author: lars
Date: 2007-04-06 16:18:34 +0200 (Fri, 06 Apr 2007)
New Revision: 2833

Modified:
   trunk/drbd/Kconfig
Log:
in case this is patched into the kernel source tree, let Kconfig select CRYPTO modules.

Modified: trunk/drbd/Kconfig
===================================================================
--- trunk/drbd/Kconfig	2007-04-06 14:16:31 UTC (rev 2832)
+++ trunk/drbd/Kconfig	2007-04-06 14:18:34 UTC (rev 2833)
@@ -6,6 +6,8 @@
 	select INET
 	select PROC_FS
 	select CONNECTOR
+	select CRYPTO
+	select CRYPTO_HMAC
 	---help---
 	  DRBD is a block device which is designed to build high availability
 	  clusters.  This is done by mirroring a whole block device via (a



More information about the drbd-cvs mailing list