[Suspend2-devel] Re: [Suspend2-announce] Announce: 2.1.9.5 for 2.6.12.

Borislav Petkov petkov at uni-muenster.de
Thu Jun 23 07:14:31 UTC 2005


On Wednesday 22 June 2005 14:44, Nigel Cunningham wrote:
> Hi everyone.
>
> Here is 2.1.9.5.
>

Hello Nigel,

ich just applied 2.1.9.5 to 2.6.12 but it couldn't compile because of 
unresolved references to crypto_free_tfm and .. (there was also another 
function mentioned but I accidentally lost the build log). Anyway, the patch 
below does it for me but there might be an even better solution since now you 
can select suspend2 in the menuconfig only if you have CRYPTO enabled.

Regards,
Boris.

--- kernel/power/Kconfig.orig	2005-06-23 09:09:08.000000000 +0200
+++ kernel/power/Kconfig	2005-06-23 09:05:39.000000000 +0200
@@ -77,7 +77,7 @@ config PM_STD_PARTITION
 
 menuconfig SUSPEND2
 	bool "Software Suspend 2"
-	depends on PM
+	depends on PM && CRYPTO
 	---help---
 	  Software Suspend 2 is the 'new and improved' suspend support. You
 	  can now build it as modules, but be aware that this requires




More information about the TuxOnIce-devel mailing list