From 2db997fae4d837ffe4b0cd8b28cf772d094ff0d6 Mon Sep 17 00:00:00 2001 From: Wojtek Porczyk Date: Thu, 2 Mar 2017 15:57:37 +0100 Subject: [PATCH] Makefile: fix mirror address From some time, kernel tarballs seem to be served from cdn.kernel.org. (cherry picked from commit adc4b705cd87b41024bc90f3081fbfa4075890b1) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e079613..ade963d 100644 --- a/Makefile +++ b/Makefile @@ -34,7 +34,7 @@ endif all: help -MIRROR := ftp.kernel.org +MIRROR := cdn.kernel.org SRC_BASEURL := http://${MIRROR}/pub/linux/kernel/v$(shell echo $(VERSION) | sed 's/^\(2\.[0-9]*\).*/\1/;s/^3\..*/3.x/;s/^4\..*/4.x/') SRC_FILE := linux-${VERSION}.tar.xz ifeq ($(BUILD_FLAVOR),pvops)