luci: Add support for wolfssl as an alternative to mbedtls.
authorRISCi_ATOM <bob@bobcall.me>
Tue, 29 Sep 2020 16:59:33 +0000 (12:59 -0400)
committerRISCi_ATOM <bob@bobcall.me>
Tue, 29 Sep 2020 16:59:33 +0000 (12:59 -0400)
commit2e95046b77e547e2eaecacaaa1259d317fc74161
tree83b2951898a15381687f2b60086629377ce4da2e
parentcb922f4f68498c66fe8b6a61ac26bd19d2bdaa96
luci: Add support for wolfssl as an alternative to mbedtls.

Upstream is moving towards using wolfssl as the default libssl and
this change allows for users to use wolfssl with luci.

* Adds wolfssl variant of px5g
* Adds luci-ssl-wolfssl pkg
include/target.mk
package/luci/collections/luci-ssl-wolfssl/Makefile [new file with mode: 0644]
package/utils/px5g-wolfssl/Makefile [new file with mode: 0644]
package/utils/px5g-wolfssl/px5g-wolfssl.c [new file with mode: 0644]