diff options
| author | John Audia | 2024-09-27 18:08:09 +0000 |
|---|---|---|
| committer | Hauke Mehrtens | 2024-10-03 14:51:03 +0000 |
| commit | c38f04a092ca3d3a8dd1d4eb586b92a89726ad29 (patch) | |
| tree | 20fde4ce6f446ca67f0ad8fda83b6411e5f495ca | |
| parent | d1157090ff0c47e16d3d60ab53a5a138b5668976 (diff) | |
| download | openwrt-c38f04a092ca3d3a8dd1d4eb586b92a89726ad29.tar.gz | |
x86: generic: config-6.6: refresh config
Add CONFIG_ARCH_CONFIGURES_CPU_MITIGATIONS=y which was introduced
back in April of this year[1]
1. https://github.com/torvalds/linux/commit/ce0abef6a1d540acef85068e0e82bdf1fbeeb0e9
Signed-off-by: John Audia <therealgraysky@proton.me>
Link: https://github.com/openwrt/openwrt/pull/16535
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
| -rw-r--r-- | target/linux/x86/config-6.6 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/x86/config-6.6 b/target/linux/x86/config-6.6 index d71e95f676..b8d38e60fa 100644 --- a/target/linux/x86/config-6.6 +++ b/target/linux/x86/config-6.6 @@ -9,6 +9,7 @@ CONFIG_AMD_NB=y CONFIG_ARCH_32BIT_OFF_T=y CONFIG_ARCH_CLOCKSOURCE_INIT=y +CONFIG_ARCH_CONFIGURES_CPU_MITIGATIONS=y CONFIG_ARCH_CORRECT_STACKTRACE_ON_KRETPROBE=y CONFIG_ARCH_HIBERNATION_POSSIBLE=y CONFIG_ARCH_MAY_HAVE_PC_FDC=y |