diff options
| author | John Audia | 2025-03-09 10:18:32 +0000 |
|---|---|---|
| committer | Hauke Mehrtens | 2025-03-12 23:08:36 +0000 |
| commit | 7cf8f61eb24c32bb47925cbd11f1cde68c9ba0b9 (patch) | |
| tree | ae13bbf775dd3c5cb94a385d6d18e7928fefb08c | |
| parent | aabc61d93f89bf3253bad98fd2fe8d5450c352bf (diff) | |
| download | openwrt-7cf8f61eb24c32bb47925cbd11f1cde68c9ba0b9.tar.gz | |
kernel: bump 6.6 to 6.6.82
Changelog: https://cdn.kernel.org/pub/linux/kernel/v6.x/ChangeLog-6.6.82
All patches automatically rebased.
Added CONFIG_MICROCODE_INITRD32=y to x86: config-6.6[1]
1. https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/diff/arch/x86/Kconfig?id=v6.6.82&id2=v6.6.81
Build system: x86/64
Build-tested: bcm27xx/bcm2712
Run-tested: bcm27xx/bcm2712
Signed-off-by: John Audia <therealgraysky@proton.me>
Link: https://github.com/openwrt/openwrt/pull/18188
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
| -rw-r--r-- | include/kernel-6.6 | 4 | ||||
| -rw-r--r-- | target/linux/x86/config-6.6 | 1 |
2 files changed, 3 insertions, 2 deletions
diff --git a/include/kernel-6.6 b/include/kernel-6.6 index c5c29a5aad..7502edfd62 100644 --- a/include/kernel-6.6 +++ b/include/kernel-6.6 @@ -1,2 +1,2 @@ -LINUX_VERSION-6.6 = .81 -LINUX_KERNEL_HASH-6.6.81 = af483828e67f1b9918bc438d789cdbb06c13a4d43a41d5f35d44c9a6d620318f +LINUX_VERSION-6.6 = .82 +LINUX_KERNEL_HASH-6.6.82 = f3c2389b8c23cabe747f104a3e434201ca6e7725bbbfb3a8c59a063ac4820e41 diff --git a/target/linux/x86/config-6.6 b/target/linux/x86/config-6.6 index ad73334253..2b6ab88dc3 100644 --- a/target/linux/x86/config-6.6 +++ b/target/linux/x86/config-6.6 @@ -239,6 +239,7 @@ CONFIG_M686=y # CONFIG_MGEODEGX1 is not set # CONFIG_MGEODE_LX is not set CONFIG_MICROCODE=y +CONFIG_MICROCODE_INITRD32=y CONFIG_MICROCODE_LATE_FORCE_MINREV=y CONFIG_MICROCODE_LATE_LOADING=y CONFIG_MIGRATION=y |