Skip to content

Commit

Permalink
Makefile.eve: bump up KERNEL_TAG to v6.1.106
Browse files Browse the repository at this point in the history
Signed-off-by: Roman Penyaev <[email protected]>
  • Loading branch information
rouming committed Aug 22, 2024
1 parent c217496 commit 6371d81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.eve
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit 6371d81

Please sign in to comment.