get-sources: handle kernel-5.x

pull/28/head
Frédéric Pierret (fepitre) 5 years ago
parent 00bbcc62b2
commit 80fa61ed14
No known key found for this signature in database
GPG Key ID: 484010B5CDC576E2

@ -34,7 +34,7 @@ all: help
MIRROR := cdn.kernel.org
ifeq (,$(DISTFILES_MIRROR))
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_BASEURL := https://${MIRROR}/pub/linux/kernel/v$(shell echo $(VERSION) | sed 's/^\(2\.[0-9]*\).*/\1/;s/^3\..*/3.x/;s/^4\..*/4.x/;s/^5\..*/5.x/')
else
SRC_BASEURL := $(DISTFILES_MIRROR)
endif

@ -1 +1 @@
4.20.16
5.0.2

Loading…
Cancel
Save