diff --git a/Makefile.eve b/Makefile.eve index 40ae170433b7..a170e727c682 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)