diff options
author | Christian Breunig <christian@breunig.cc> | 2024-02-06 07:05:53 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-06 07:05:53 +0100 |
commit | 3b906b339626fecbf4932329964c36c2b41b5385 (patch) | |
tree | bc81f3eabe42fa186a632de6a1d70f203af05ad4 /data | |
parent | 3b17c418857f922aba10954045d7d0bbb4903f77 (diff) | |
download | vyos-build-3b906b339626fecbf4932329964c36c2b41b5385.tar.gz vyos-build-3b906b339626fecbf4932329964c36c2b41b5385.zip |
Kernel: T5887: update Linux Kernel to v6.6.16
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 ebacd8bd..01c695dd 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.15" +kernel_version = "6.6.16" bootloaders = "syslinux,grub-efi" squashfs_compression_type = "xz -Xbcj x86 -b 256k -always-use-fragments -no-recovery" |