diff options
author | Christian Breunig <christian@breunig.cc> | 2024-07-20 09:36:01 +0200 |
---|---|---|
committer | Christian Breunig <christian@breunig.cc> | 2024-07-20 09:36:01 +0200 |
commit | 12e531194dce11ba3f04fd6120b76d1a98ef79cf (patch) | |
tree | dfdcae6e6f227a2bd5c02cc2d85043b4b70e3366 /data | |
parent | 31684479b205ca0970070a480b576dfca8e9406a (diff) | |
download | vyos-build-12e531194dce11ba3f04fd6120b76d1a98ef79cf.tar.gz vyos-build-12e531194dce11ba3f04fd6120b76d1a98ef79cf.zip |
Kernel: T5887: update Linux Kernel to v6.6.41
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 12701194..ee175dbe 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.40" +kernel_version = "6.6.41" bootloaders = "syslinux,grub-efi" squashfs_compression_type = "xz -Xbcj x86 -b 256k -always-use-fragments -no-recovery" |