The build system fails to set up the chosen TLS provider and always
builds the package without TLS.
While this could be easily fixed, the package would fail to build with
axTLS and cyaSSL without further intervention.
The version of axTLS included with the source is outdated, as is the API
used with cyaSSL, now wolfSSL.
OpenSSL support could be enabled, but the TLS code limits connections to
TLS 1.0, deprecated by RFC 8996: "TLS 1.0 MUST NOT be used".
Remove the provider configuration from build options, and always build
the library without TLS.
Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
* Rename subdirectories to their repective OpenWrt package names
* Make each LuCI module its own standalone package
* Deploy a shared luci.mk which is used by each module Makefile
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>