Commit 5469cb97 authored by Gustavo Zacarias's avatar Gustavo Zacarias Committed by Thomas Petazzoni
Browse files

polarssl: switch download URL



Old wget versions aren't very happy with https moves/alt names hence
complain when trying to download from said sites.
Since polarssl is now mbed tls and everything got renamed switch to the
new URL to avoid this.

Signed-off-by: default avatarGustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: default avatarThomas Petazzoni <thomas.petazzoni@free-electrons.com>
parent bd8c733f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -11,7 +11,7 @@ config BR2_PACKAGE_POLARSSL
	  use it in your own proprietary applications, you have to
	  purchase a commercial license.

	  http://polarssl.org/
	  https://tls.mbed.org/

if BR2_PACKAGE_POLARSSL

+1 −1
Original line number Diff line number Diff line
@@ -4,7 +4,7 @@
#
################################################################################

POLARSSL_SITE = https://polarssl.org/code/releases
POLARSSL_SITE = https://tls.mbed.org/code/releases
POLARSSL_VERSION = 1.2.13
POLARSSL_SOURCE = polarssl-$(POLARSSL_VERSION)-gpl.tgz
POLARSSL_CONF_OPTS = \