From f88b661e97611ce042586f19acc97a70bec941b3 Mon Sep 17 00:00:00 2001 From: John Crispin Date: Mon, 30 May 2016 17:14:41 +0200 Subject: [PATCH] mt-st: fix download source http does not exist anymore, use ftp instead Signed-off-by: John Crispin --- utils/mt-st/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/mt-st/Makefile b/utils/mt-st/Makefile index 69009f95f..45056eb22 100644 --- a/utils/mt-st/Makefile +++ b/utils/mt-st/Makefile @@ -14,7 +14,7 @@ PKG_RELEASE:=1 PKG_SOURCE_SUBDIR:=$(PKG_NAME) PKG_SOURCE_VERSION:=$(PKG_VERSION) PKG_SOURCE:=$(PKG_NAME)-$(PKG_SOURCE_VERSION).tar.gz -PKG_SOURCE_URL:=http://ftp.ibiblio.org/pub/Linux/system/backup/ +PKG_SOURCE_URL:=ftp://ftp.ibiblio.org/pub/Linux/system/backup/ PKG_MD5SUM:=fdd5f5ec673c9f630a102ceff7612774 PKG_LICENSE:=GPL-2.0