diff options
author | Christian Breunig <christian@breunig.cc> | 2024-06-22 08:21:07 +0200 |
---|---|---|
committer | Christian Breunig <christian@breunig.cc> | 2024-06-22 08:21:07 +0200 |
commit | 0c8ffe63e1af322b3fc023c9f2c393844a4fad80 (patch) | |
tree | 4e290b294279044bf252e919ab85838ab565e47c /data | |
parent | 65333b4644921d9a475fa796238c83a83a1d0528 (diff) | |
download | vyos-build-0c8ffe63e1af322b3fc023c9f2c393844a4fad80.tar.gz vyos-build-0c8ffe63e1af322b3fc023c9f2c393844a4fad80.zip |
Kernel: T5887: update Linux Kernel to v6.6.35
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 9ab5d01b..693e7657 100644 --- a/data/defaults.toml +++ b/data/defaults.toml @@ -14,7 +14,7 @@ vyos_mirror = "https://rolling-packages.vyos.net/current" vyos_branch = "current" release_train = "current" -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" |