Makefile: fix mirror address

From some time, kernel tarballs seem to be served from cdn.kernel.org.
pull/5/head mm_adc4b705
Wojtek Porczyk 7 years ago
parent b0a29eac69
commit adc4b705cd

@ -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)

Loading…
Cancel
Save