diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2010-07-27 23:26:20 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2010-07-27 23:26:20 +0200 |
commit | 1b8fff1f57e80538623d46bba5ea2577b9c0f406 (patch) | |
tree | 47951165731114775e2ef87f8459bdebbc3c8766 /target/linux | |
parent | f03f1d5071caf61c33815b732cef46952324ce6e (diff) |
test and fix openswan package.
enable needed kernel modules, disable removing of
any kernel modules on restart.
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/config/Config.in.crypto | 6 |
1 files changed, 6 insertions, 0 deletions
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. |