Skip to content
This repository has been archived by the owner on Mar 18, 2022. It is now read-only.

Commit

Permalink
[openwisp-fw] Switched to openvpn-openssl
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
nemesifier committed Feb 13, 2017
1 parent 1a70739 commit 071de13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meta/openwisp-fw/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 071de13

Please sign in to comment.