diff options
| author | John Audia | 2024-12-12 13:19:59 +0000 |
|---|---|---|
| committer | Hauke Mehrtens | 2024-12-15 00:43:51 +0000 |
| commit | efcb0ec7138714c76f95a49f42409b89367632c5 (patch) | |
| tree | f9ccb3e7124e531baa0a641cd1bcb17a3ae8fed2 | |
| parent | 9af0e94fa6f24df57229ea3fce8e0e4247d6fa7f (diff) | |
| download | openwrt-efcb0ec7138714c76f95a49f42409b89367632c5.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>
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
(cherry picked from commit 15e173bf7e873d004d6c665ee81d54a10ce1f868)
| -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 |