diff options
author | Christian Breunig <christian@breunig.cc> | 2023-11-08 21:18:28 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-08 21:18:28 +0100 |
commit | 369c66ea669af2bf3c5bcbefa006c03344607611 (patch) | |
tree | dce30a5249e3a5977f3dc3919f1095561b70df48 /data | |
parent | aeda9f37f569e4b9b19cf17748a502fa70d70e77 (diff) | |
download | vyos-build-369c66ea669af2bf3c5bcbefa006c03344607611.tar.gz vyos-build-369c66ea669af2bf3c5bcbefa006c03344607611.zip |
Kernel: T4928: update Linux Kernel to v6.1.62
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 fed0cf82..5147b975 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.1.61" +kernel_version = "6.1.62" bootloaders = "syslinux,grub-efi" squashfs_compression_type = "xz -Xbcj x86 -b 256k -always-use-fragments -no-recovery" |