From 16068482efcab45ac6f8e184778f36788b7dc618 Mon Sep 17 00:00:00 2001 From: Reg Tiangha Date: Tue, 18 Apr 2017 08:43:39 -0600 Subject: [PATCH] Use https --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ade963d..25f00e0 100644 --- a/Makefile +++ b/Makefile @@ -35,7 +35,7 @@ endif all: help 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_BASEURL := https://${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) SIGN_FILE := linux-${VERSION}.tar.sign