From e8fffefad2e70dc0147b133806372090c6f22202 Mon Sep 17 00:00:00 2001 From: Reg Tiangha Date: Fri, 14 Apr 2017 03:04:40 -0600 Subject: [PATCH] Makefile: fix mirror address --- 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)