Makefile: fix mirror address
From some time, kernel tarballs seem to be served from cdn.kernel.org.
(cherry picked from commit adc4b705cd
)
This commit is contained in:
parent
c652a088be
commit
2db997fae4
2
Makefile
2
Makefile
@ -34,7 +34,7 @@ endif
|
|||||||
|
|
||||||
all: help
|
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_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
|
SRC_FILE := linux-${VERSION}.tar.xz
|
||||||
ifeq ($(BUILD_FLAVOR),pvops)
|
ifeq ($(BUILD_FLAVOR),pvops)
|
||||||
|
Loading…
Reference in New Issue
Block a user