diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-12-26 08:26:30 -0600 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-12-26 08:26:57 -0600 |
commit | 611a77cfaea3ddf1b04257685c34ad8f3be48dec (patch) | |
tree | 41759cd14870887d3e77a8a645c9bbed516782d0 /target | |
parent | f8f4789eb00ad9e7768a98bed5f598f36c6679f4 (diff) |
crypto needed for TCP/IP
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/config/Config.in.network | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/config/Config.in.network b/target/linux/config/Config.in.network index a9980d50d..e4e22ad7c 100644 --- a/target/linux/config/Config.in.network +++ b/target/linux/config/Config.in.network @@ -2,6 +2,7 @@ menu "Network support" config ADK_KERNEL_CONFIG_INET bool "Enable TCP/IP support" + select ADK_KERNEL_CRYPTO select ADK_KERNEL_CRYPTO_AES default y |