From 1b8fff1f57e80538623d46bba5ea2577b9c0f406 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Tue, 27 Jul 2010 23:26:20 +0200 Subject: test and fix openswan package. enable needed kernel modules, disable removing of any kernel modules on restart. --- target/linux/config/Config.in.crypto | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'target/linux/config/Config.in.crypto') diff --git a/target/linux/config/Config.in.crypto b/target/linux/config/Config.in.crypto index 7ce887915..b23d22122 100644 --- a/target/linux/config/Config.in.crypto +++ b/target/linux/config/Config.in.crypto @@ -47,7 +47,12 @@ config ADK_KPACKAGE_KMOD_CRYPTO_DEV_GEODE tristate select ADK_KERNEL_CRYPTO_HW select ADK_KERNEL_CRYPTO + select ADK_KPACKAGE_KMOD_CRYPTO_ECB + select ADK_KPACKAGE_KMOD_CRYPTO_CBC depends on ADK_LINUX_ALIX + default y if (ADK_LINUX_ALIX && ADK_PACKAGE_OPENSWAN) + default y if (ADK_LINUX_ALIX && ADK_PACKAGE_STRONGSWAN) + default n help Say 'Y' here to use the AMD Geode LX processor on-board AES engine for the CryptoAPI AES algorithm. @@ -60,6 +65,7 @@ config ADK_KPACKAGE_KMOD_CRYPTO_DEV_HIFN_795X select ADK_KPACKAGE_KMOD_CRYPTO_BLKCIPHER select ADK_KPACKAGE_KMOD_CRYPTO_ALGAPI select ADK_KPACKAGE_KMOD_CRYPTO_DES + default n help This option allows you to have support for HIFN 795x crypto adapters. -- cgit v1.2.3