From 80fa61ed14f09db73db3dbd4ba4988092fa8f394 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Pierret=20=28fepitre=29?= Date: Fri, 15 Mar 2019 22:28:50 +0100 Subject: [PATCH] get-sources: handle kernel-5.x --- Makefile | 2 +- version | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 4eef916..fffced7 100644 --- a/Makefile +++ b/Makefile @@ -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 diff --git a/version b/version index a70a326..a1ef0ca 100644 --- a/version +++ b/version @@ -1 +1 @@ -4.20.16 +5.0.2