coova-chili: Fix compilation with newer GCC

Added -Wno-error to fix.

Also added patch to fix compilation without deprecated OpenSSL APIs.

Added PKG_BUILD_PARALLEL for faster compilation.

Switched libcyassl to libwolfssl.

Reorganized makefile for consistency between packages.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
Rosen Penev
2019-06-27 00:07:24 -07:00
parent 2138012a2e
commit 266b0ba9d9
5 changed files with 196 additions and 12 deletions
+2 -2
View File
@@ -38,8 +38,8 @@ choice
config COOVACHILLI_NOSSL
bool "No SSL support"
config COOVACHILLI_CYASSL
bool "CyaSSL"
config COOVACHILLI_WOLFSSL
bool "wolfSSL"
config COOVACHILLI_OPENSSL
bool "OpenSSL"