diff options
author | Christian Breunig <christian@breunig.cc> | 2023-09-14 08:01:14 +0200 |
---|---|---|
committer | Christian Breunig <christian@breunig.cc> | 2023-09-14 08:01:59 +0200 |
commit | a9eb4d774c365e72f210318c9bea990a1cad698c (patch) | |
tree | 884b2455f61827607d685553b76df22f4baa4e47 /data | |
parent | 0006a5c453f123d37d630c018abf8c7477f80198 (diff) | |
download | vyos-build-a9eb4d774c365e72f210318c9bea990a1cad698c.tar.gz vyos-build-a9eb4d774c365e72f210318c9bea990a1cad698c.zip |
Kernel: T4928: update Linux Kernel to v6.1.53
(cherry picked from commit 6448a2b1f6f19422111864bb42fd8625b3f781a2)
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 a64cbb88..997eed0c 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.52" +kernel_version = "6.1.53" bootloaders = "syslinux,grub-efi" squashfs_compression_type = "xz -Xbcj x86 -b 256k -always-use-fragments -no-recovery" |