[openwrt/openwrt] mpc85xx: run make kernel_oldconfig

LEDE Commits lede-commits at lists.infradead.org
Thu Nov 28 10:58:06 PST 2024


ynezz pushed a commit to openwrt/openwrt.git, branch openwrt-24.10:
https://git.openwrt.org/7afbe2259985d189a1e77f1d76f664a813c2ddae

commit 7afbe2259985d189a1e77f1d76f664a813c2ddae
Author: Rosen Penev <rosenp at gmail.com>
AuthorDate: Wed Oct 16 15:17:14 2024 -0700

    mpc85xx: run make kernel_oldconfig
    
    Adjusts the default config to modern kernels.
    
    Signed-off-by: Rosen Penev <rosenp at gmail.com>
    Link: https://github.com/openwrt/openwrt/pull/16847
    Signed-off-by: Robert Marko <robimarko at gmail.com>
    (cherry picked from commit 890d47b60a221328bbf05518eedc35ac5bd922f1)
    Link: https://github.com/openwrt/openwrt/pull/17097
    Signed-off-by: Petr Štetiar <ynezz at true.cz>
---
 target/linux/mpc85xx/config-6.6 | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/target/linux/mpc85xx/config-6.6 b/target/linux/mpc85xx/config-6.6
index 132917bf2b..30a551e55e 100644
--- a/target/linux/mpc85xx/config-6.6
+++ b/target/linux/mpc85xx/config-6.6
@@ -40,6 +40,7 @@ CONFIG_COMPAT_32BIT_TIME=y
 # CONFIG_CORENET_GENERIC is not set
 # CONFIG_CPM2 is not set
 CONFIG_CPU_BIG_ENDIAN=y
+CONFIG_CPU_MITIGATIONS=y
 # CONFIG_CRYPTO_AES_PPC_SPE is not set
 CONFIG_CRYPTO_AUTHENC=y
 CONFIG_CRYPTO_HW=y
@@ -71,6 +72,7 @@ CONFIG_EDAC_SUPPORT=y
 CONFIG_EXCLUSIVE_SYSTEM_RAM=y
 # CONFIG_FIREBOX_T10 is not set
 CONFIG_FIXED_PHY=y
+CONFIG_FORCE_NR_CPUS=y
 CONFIG_FSL_EMB_PERFMON=y
 # CONFIG_FSL_FMAN is not set
 CONFIG_FSL_LBC=y
@@ -84,7 +86,6 @@ CONFIG_FUNCTION_ALIGNMENT=0
 CONFIG_FWNODE_MDIO=y
 CONFIG_FW_LOADER_PAGED_BUF=y
 CONFIG_FW_LOADER_SYSFS=y
-CONFIG_GCC_ASM_GOTO_OUTPUT_WORKAROUND=y
 CONFIG_GENERIC_ALLOCATOR=y
 CONFIG_GENERIC_ATOMIC64=y
 CONFIG_GENERIC_BUG=y




More information about the lede-commits mailing list