[kernel] r8711 - in dists/trunk/linux-2.6/debian: . arch
Maximilian Attems
maks at alioth.debian.org
Tue May 22 13:39:47 UTC 2007
Author: maks
Date: Tue May 22 13:39:47 2007
New Revision: 8711
Log:
enable the newly added crypto algo
Modified:
dists/trunk/linux-2.6/debian/arch/config
dists/trunk/linux-2.6/debian/changelog
Modified: dists/trunk/linux-2.6/debian/arch/config
==============================================================================
--- dists/trunk/linux-2.6/debian/arch/config (original)
+++ dists/trunk/linux-2.6/debian/arch/config Tue May 22 13:39:47 2007
@@ -190,8 +190,10 @@
CONFIG_CRYPTO_GF128MUL=m
CONFIG_CRYPTO_ECB=m
CONFIG_CRYPTO_CBC=m
+CONFIG_CRYPTO_PCBC=m
CONFIG_CRYPTO_LRW=m
CONFIG_CRYPTO_DES=m
+CONFIG_CRYPTO_FCRYPT=m
CONFIG_CRYPTO_BLOWFISH=m
CONFIG_CRYPTO_TWOFISH=m
CONFIG_CRYPTO_TWOFISH_COMMON=m
@@ -206,6 +208,7 @@
CONFIG_CRYPTO_DEFLATE=m
CONFIG_CRYPTO_MICHAEL_MIC=m
CONFIG_CRYPTO_CRC32C=m
+CONFIG_CRYPTO_CAMELLIA=m
CONFIG_CRYPTO_TEST=m
#
Modified: dists/trunk/linux-2.6/debian/changelog
==============================================================================
--- dists/trunk/linux-2.6/debian/changelog (original)
+++ dists/trunk/linux-2.6/debian/changelog Tue May 22 13:39:47 2007
@@ -16,11 +16,12 @@
* Fix RTC_INTF_{DEV,SYSFS,PROC}=y where enabled modular.
* Enable new wirless stack mac80211 and improved wireless conf api.
* Enable new USB Touchscreen Driver on all configs with touchscreens.
+ * Enable the newly added crypto algorythm: fcrypt, pcbc and camellia.
[ Martin Michlmayr ]
* mipsel/r5k-cobalt: Use the new RTC system.
- -- maximilian attems <maks at debian.org> Tue, 22 May 2007 09:27:20 +0200
+ -- maximilian attems <maks at debian.org> Tue, 22 May 2007 15:40:13 +0200
linux-2.6 (2.6.21-3) UNRELEASED; urgency=low
More information about the Kernel-svn-changes
mailing list