diff options
| author | John Audia | 2024-12-12 13:19:59 +0000 |
|---|---|---|
| committer | Robert Marko | 2024-12-13 20:40:02 +0000 |
| commit | 15e173bf7e873d004d6c665ee81d54a10ce1f868 (patch) | |
| tree | 50c0ec2fa86cc063ae3ab309ffb40daf1d1c17b4 | |
| parent | 5158e28769cb5e5c6a59bd9a176f55cf2d568742 (diff) | |
| download | openwrt-15e173bf7e873d004d6c665ee81d54a10ce1f868.tar.gz | |
kernel: bump 6.6 to 6.6.65
Changelog: https://cdn.kernel.org/pub/linux/kernel/v6.x/ChangeLog-6.6.65
Update to checksum only/no patches required a rebase.
Per the changelog, this is a trivial upstream bump with only 4
commits, 2 of which being reverts.
Build system: x86/64
Build-tested: x86/64/AMD Cezanne
Run-tested: x86/64/AMD Cezanne
Signed-off-by: John Audia <therealgraysky@proton.me>
Link: https://github.com/openwrt/openwrt/pull/17217
Signed-off-by: Robert Marko <robimarko@gmail.com>
| -rw-r--r-- | include/kernel-6.6 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/kernel-6.6 b/include/kernel-6.6 index ddbef67f94..875c715ba4 100644 --- a/include/kernel-6.6 +++ b/include/kernel-6.6 @@ -1,2 +1,2 @@ -LINUX_VERSION-6.6 = .64 -LINUX_KERNEL_HASH-6.6.64 = 065fd93fa6cb422f650fb563f15d3e0107c85009f766405993d795fd39796ab1 +LINUX_VERSION-6.6 = .65 +LINUX_KERNEL_HASH-6.6.65 = 7ae1476e8b4c86e7754e581d45d6fbce5932bfefce934758a2907d6d79eca3e0 |