diff options
author | Christian Breunig <christian@breunig.cc> | 2024-06-22 08:21:07 +0200 |
---|---|---|
committer | Christian Breunig <christian@breunig.cc> | 2024-06-22 19:15:38 +0200 |
commit | 5638fa2a3e089936822f909df8403c3153abe733 (patch) | |
tree | eb7e4db5574eeb80c1a3388f1a18129bc6dda35e /data | |
parent | 0a8f9158f2bb48a05b2013e3c18e1ad49f61fd27 (diff) | |
download | vyos-build-5638fa2a3e089936822f909df8403c3153abe733.tar.gz vyos-build-5638fa2a3e089936822f909df8403c3153abe733.zip |
Kernel: T5887: update Linux Kernel to v6.6.35
(cherry picked from commit 0c8ffe63e1af322b3fc023c9f2c393844a4fad80)
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 ebd62251..77b4130e 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.34" +kernel_version = "6.6.35" bootloaders = "syslinux,grub-efi" squashfs_compression_type = "xz -Xbcj x86 -b 256k -always-use-fragments -no-recovery" |