diff options
author | Christian Breunig <christian@breunig.cc> | 2024-03-27 18:54:58 +0100 |
---|---|---|
committer | Christian Breunig <christian@breunig.cc> | 2024-03-28 07:46:03 +0100 |
commit | 82bb9998bf21df6cad9a0684740e07890bb665fc (patch) | |
tree | 798b7accf87153f7b4eac745681492dd50df583a /data | |
parent | 9560a65ddd5a4e17951736be95b024f9a9dae495 (diff) | |
download | vyos-build-82bb9998bf21df6cad9a0684740e07890bb665fc.tar.gz vyos-build-82bb9998bf21df6cad9a0684740e07890bb665fc.zip |
Kernel: T5887: update Linux Kernel to v6.6.23
(cherry picked from commit 7fe033b20c23a74028fa088844f4bb993dea83ab)
Diffstat (limited to 'data')
-rw-r--r-- | data/defaults.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/defaults.toml b/data/defaults.toml index f1b03af1..b32b779f 100644 --- a/data/defaults.toml +++ b/data/defaults.toml @@ -14,7 +14,7 @@ vyos_mirror = "http://dev.packages.vyos.net/repositories/sagitta" vyos_branch = "sagitta" release_train = "sagitta" -kernel_version = "6.6.22" +kernel_version = "6.6.23" bootloaders = "syslinux,grub-efi" squashfs_compression_type = "xz -Xbcj x86 -b 256k -always-use-fragments -no-recovery" |