From 6371d81e4387b543de6d5cba9e977a9a44f735ef Mon Sep 17 00:00:00 2001 From: Roman Penyaev Date: Wed, 21 Aug 2024 12:17:08 +0200 Subject: [PATCH] Makefile.eve: bump up KERNEL_TAG to v6.1.106 Signed-off-by: Roman Penyaev --- Makefile.eve | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.eve b/Makefile.eve index 40ae170433b7b..a170e727c6827 100644 --- a/Makefile.eve +++ b/Makefile.eve @@ -3,7 +3,7 @@ VERSION=$(shell git rev-parse --short=12 HEAD) DIRTY=$(shell git diff --quiet || echo '-dirty') EVE_FLAVOR=generic ARCHITECTURE=arm64 -KERNEL_TAG=v6.1.38 +KERNEL_TAG=v6.1.106 PLATFORM=linux/$(ARCHITECTURE) BUILD_USER:=$(shell id -un)