diff --git a/debian/changelog b/debian/changelog index 338c6bf9d..e5ec76b61 100644 --- a/debian/changelog +++ b/debian/changelog @@ -8,7 +8,7 @@ linux-2.6 (2.6.27~rc5-1~experimental.1) UNRELEASED; urgency=low BRIDGE_EBT_IP6, BT_HCIBTUSB, TOUCHSCREEN_INEXIO, TOUCHSCREEN_TOUCHIT213, VIRTIO_CONSOLE, VIDEO_ZORAN_ZR36060, USB_VIDEO_CLASS_INPUT_EVDEV, USB_GSPCA, USB_S2255, OCFS2_FS_STATS, OMFS_FS, CRYPTO_RMD128, - CRYPTO_RMD160. + CRYPTO_RMD160, CRYPTO_RMD256. * x86 set MOUSE_BCM5974. [ Martin Michlmayr ] diff --git a/debian/config/config b/debian/config/config index dec00e9b8..259dd05fd 100644 --- a/debian/config/config +++ b/debian/config/config @@ -48,6 +48,7 @@ CONFIG_CRYPTO_MD5=y CONFIG_CRYPTO_MICHAEL_MIC=m CONFIG_CRYPTO_RMD128=m CONFIG_CRYPTO_RMD160=m +CONFIG_CRYPTO_RMD256=m CONFIG_CRYPTO_SHA1=m CONFIG_CRYPTO_SHA256=m CONFIG_CRYPTO_SHA512=m