From 071de13fb77766ceb59ee0c958d8cc4d9088068b Mon Sep 17 00:00:00 2001 From: Federico Capoano Date: Mon, 13 Feb 2017 15:34:34 +0100 Subject: [PATCH] [openwisp-fw] Switched to openvpn-openssl polarssl has been deprecated in favour of mbedtls, but the package openvpn-mbedtls does not exist yet. Polarssl give troubles on OpenWRT Designated Driver and LEDE 17.01, therefore the easiest short term solution is to switch to openssl. --- meta/openwisp-fw/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/openwisp-fw/Makefile b/meta/openwisp-fw/Makefile index c526ef4..1637488 100644 --- a/meta/openwisp-fw/Makefile +++ b/meta/openwisp-fw/Makefile @@ -31,7 +31,7 @@ endef define Package/openwisp-fw $(call Package/openwisp-fw-base) TITLE:=OpenWisp Firmware standard package - DEPENDS+=+openwisp-fw-base +openvpn-polarssl + DEPENDS+=+openwisp-fw-base +openvpn-openssl endef define Package/openwisp-fw-umts