diff options
author | Christian Breunig <christian@breunig.cc> | 2024-09-04 21:23:47 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-04 21:23:47 +0200 |
commit | c635fc980ee42e996138f469ff7b2a74ec798962 (patch) | |
tree | 6cbb7b1bb0c8c3ebd225a50ed5ba35fa5246ac2d | |
parent | 9833897b7c70d7a00caef420edea5dd2e359d522 (diff) | |
download | vyos-build-c635fc980ee42e996138f469ff7b2a74ec798962.tar.gz vyos-build-c635fc980ee42e996138f469ff7b2a74ec798962.zip |
Kernel: T5887: update Linux Kernel to v6.6.49t5887-kernel-6.6.49
-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 47eab15f..e6654c43 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.47" +kernel_version = "6.6.49" bootloaders = "syslinux,grub-efi" squashfs_compression_type = "xz -Xbcj x86 -b 256k -always-use-fragments -no-recovery" |