diff options
author | Christian Breunig <christian@breunig.cc> | 2024-04-28 15:55:55 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-28 15:55:55 +0200 |
commit | 471ac04b050b2402d5bfa0e2e8eafe5380a4f0a7 (patch) | |
tree | ee2ce52d44c251a9f7c63c7a511f269d46116186 | |
parent | 53c3486d46e247a059bfe6131a93a07a708a99b8 (diff) | |
download | vyos-build-471ac04b050b2402d5bfa0e2e8eafe5380a4f0a7.tar.gz vyos-build-471ac04b050b2402d5bfa0e2e8eafe5380a4f0a7.zip |
Kernel: T5887: update Linux Kernel to v6.6.29
-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 eaaf3fc..c4d5c32 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.28" +kernel_version = "6.6.29" bootloaders = "syslinux,grub-efi" squashfs_compression_type = "xz -Xbcj x86 -b 256k -always-use-fragments -no-recovery" |