Skip to content

Commit

Permalink
kernel: update to v6.12-rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
schneid-l committed Oct 21, 2024
1 parent f8db8db commit 3d044e5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ HACK ?= ./hack

TAG ?= $(shell git describe --tag --always --dirty)

KERNEL_TAG ?= 6.11-rc1
KERNEL_TAG ?= 6.12-rc1
KERNEL_SOURCE ?= https://gitlab.collabora.com/hardware-enablement/rockchip-3588/linux/-/archive/rk3588/linux-rk3588.tar.gz
KERNEL_TAG_SEMVER ?= $(shell echo $(KERNEL_TAG) | sed 's/^\([0-9]*\.[0-9]*\)$$/\1.0/')
KERNEL_TAINT ?= -$(NAME)
Expand Down
2 changes: 1 addition & 1 deletion imager/patches/talos-orangepi5.patch
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ index ac1fa14..720adc0 100644
const (
// DefaultKernelVersion is the default Linux kernel version.
- DefaultKernelVersion = "6.6.52-talos"
+ DefaultKernelVersion = "6.11.0-rc1-talos"
+ DefaultKernelVersion = "6.12.0-rc1-talos"

// KernelModulesPath is the default path to the kernel modules without the kernel version.
KernelModulesPath = "/lib/modules"
Expand Down

0 comments on commit 3d044e5

Please sign in to comment.