[OpenWrt-Devel] [PATCH] package/libs/polarssl: Download location has moved and redirect is wrong

openwrt at daniel.thecshore.com openwrt at daniel.thecshore.com
Sun Jan 10 02:10:29 EST 2016


From: Daniel Dickinson <openwrt at daniel.thecshore.com>

Fix the download location to the new location of the source archive
because the URI has change and redirect from the old URI is wrong

Signed-off-by: Daniel Dickinson <openwrt at daniel.thecshore.com>
---
 package/libs/polarssl/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/libs/polarssl/Makefile b/package/libs/polarssl/Makefile
index e7758ae..3f584d1 100644
--- a/package/libs/polarssl/Makefile
+++ b/package/libs/polarssl/Makefile
@@ -14,7 +14,7 @@ PKG_RELEASE:=1
 PKG_USE_MIPS16:=0
 
 PKG_SOURCE:=$(SRC_PKG_NAME)-$(PKG_VERSION)-gpl.tgz
-PKG_SOURCE_URL:=https://polarssl.org/download/
+PKG_SOURCE_URL:=https://tls.mbed.org/download/start/
 PKG_MD5SUM:=59662a9daaf0cfe96c349bd5ad246d1b
 
 PKG_BUILD_DIR:=$(BUILD_DIR)/$(SRC_PKG_NAME)-$(PKG_VERSION)
-- 
2.4.3
_______________________________________________
openwrt-devel mailing list
openwrt-devel at lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel



More information about the openwrt-devel mailing list