Browse Source

crypto needed for TCP/IP

Waldemar Brodkorb 10 years ago
parent
commit
611a77cfae
1 changed files with 1 additions and 0 deletions
  1. 1 0
      target/linux/config/Config.in.network

+ 1 - 0
target/linux/config/Config.in.network

@@ -2,6 +2,7 @@ menu "Network support"
 
 
 config ADK_KERNEL_CONFIG_INET
 config ADK_KERNEL_CONFIG_INET
 	bool "Enable TCP/IP support"
 	bool "Enable TCP/IP support"
+	select ADK_KERNEL_CRYPTO
 	select ADK_KERNEL_CRYPTO_AES
 	select ADK_KERNEL_CRYPTO_AES
 	default y
 	default y