From 36783de008ff5addc36eb4b9d294e06b89336567 Mon Sep 17 00:00:00 2001 From: Josef Schlehofer <josef.schlehofer@nic.cz> Date: Sat, 3 Dec 2022 15:10:19 +0100 Subject: [PATCH] patches/openwrt: 5.15: mpc85xx: refresh config --- ...4-Add-5.15-kernel-config-for-mpc85xx.patch | 27 +++++++++++-------- 1 file changed, 16 insertions(+), 11 deletions(-) diff --git a/patches/openwrt/a-new-kernel-5.15/0004-Add-5.15-kernel-config-for-mpc85xx.patch b/patches/openwrt/a-new-kernel-5.15/0004-Add-5.15-kernel-config-for-mpc85xx.patch index 7db3a5a2f..7b2cef3e9 100644 --- a/patches/openwrt/a-new-kernel-5.15/0004-Add-5.15-kernel-config-for-mpc85xx.patch +++ b/patches/openwrt/a-new-kernel-5.15/0004-Add-5.15-kernel-config-for-mpc85xx.patch @@ -1,19 +1,19 @@ -From 5a31bb50a25f9f7d2febe5d70bfc0dd388bf92f7 Mon Sep 17 00:00:00 2001 +From 68aaae5fffa407c1c9249f68db3022ef7bad2109 Mon Sep 17 00:00:00 2001 From: Josef Schlehofer <pepe.schlehofer@gmail.com> -Date: Tue, 17 May 2022 10:26:51 +0200 -Subject: [PATCH 1/2] Add 5.15 kernel config for mpc85xx +Date: Sat, 3 Dec 2022 15:09:08 +0100 +Subject: [PATCH] Add 5.15 kernel config for mpc85xx --- - target/linux/mpc85xx/config-5.15 | 276 +++++++++++++++++++++++++++++++ - 1 file changed, 276 insertions(+) + target/linux/mpc85xx/config-5.15 | 280 +++++++++++++++++++++++++++++++ + 1 file changed, 280 insertions(+) create mode 100644 target/linux/mpc85xx/config-5.15 diff --git a/target/linux/mpc85xx/config-5.15 b/target/linux/mpc85xx/config-5.15 new file mode 100644 -index 0000000000..ab7bc235ea +index 0000000000..8734038d33 --- /dev/null +++ b/target/linux/mpc85xx/config-5.15 -@@ -0,0 +1,276 @@ +@@ -0,0 +1,280 @@ +# CONFIG_40x is not set +# CONFIG_44x is not set +# CONFIG_ADVANCED_OPTIONS is not set @@ -55,7 +55,9 @@ index 0000000000..ab7bc235ea +CONFIG_CRYPTO_AKCIPHER=y +CONFIG_CRYPTO_AKCIPHER2=y +CONFIG_CRYPTO_AUTHENC=y ++CONFIG_CRYPTO_BLAKE2S=y +CONFIG_CRYPTO_HW=y ++CONFIG_CRYPTO_LIB_BLAKE2S_GENERIC=y +CONFIG_CRYPTO_LIB_POLY1305_RSIZE=1 +# CONFIG_CRYPTO_MD5_PPC is not set +CONFIG_CRYPTO_NULL=y @@ -71,6 +73,7 @@ index 0000000000..ab7bc235ea +CONFIG_DTC=y +# CONFIG_E200 is not set +CONFIG_E500=y ++CONFIG_E500_CPU=y +# CONFIG_E5500_CPU is not set +# CONFIG_E6500_CPU is not set +CONFIG_EARLY_PRINTK=y @@ -84,6 +87,7 @@ index 0000000000..ab7bc235ea +CONFIG_ETHERNET_PACKET_MANGLE=y +CONFIG_FIXED_PHY=y +CONFIG_FSL_BOOKE=y ++# CONFIG_FSL_DPAA2_SWITCH is not set +CONFIG_FSL_EMB_PERFMON=y +# CONFIG_FSL_FMAN is not set +CONFIG_FSL_LBC=y @@ -112,7 +116,6 @@ index 0000000000..ab7bc235ea +CONFIG_GEN_RTC=y +# CONFIG_GE_IMP3A is not set +CONFIG_GIANFAR=y -+CONFIG_GPIOLIB=y +CONFIG_GPIO_GENERIC=y +CONFIG_GPIO_MPC8XXX=y +CONFIG_HAS_DMA=y @@ -155,7 +158,7 @@ index 0000000000..ab7bc235ea +# CONFIG_MPC85xx_CDS is not set +# CONFIG_MPC85xx_DS is not set +# CONFIG_MPC85xx_MDS is not set -+CONFIG_MPC85xx_RDB=y ++# CONFIG_MPC85xx_RDB is not set +CONFIG_MPIC=y +# CONFIG_MPIC_MSGR is not set +CONFIG_MPIC_TIMER=y @@ -208,8 +211,8 @@ index 0000000000..ab7bc235ea +# CONFIG_PPA8548 is not set +CONFIG_PPC=y +CONFIG_PPC32=y -+# CONFIG_PPC_BOOK3S_32 is not set +# CONFIG_PPC64 is not set ++# CONFIG_PPC_BOOK3S_32 is not set +CONFIG_PPC_85xx=y +# CONFIG_PPC_8xx is not set +CONFIG_PPC_ADV_DEBUG_DACS=2 @@ -270,6 +273,7 @@ index 0000000000..ab7bc235ea +CONFIG_TICK_CPU_ACCOUNTING=y +CONFIG_TINY_SRCU=y +# CONFIG_TL_WDR4900_V1 is not set ++# CONFIG_TOOLCHAIN_DEFAULT_CPU is not set +# CONFIG_TQM8540 is not set +# CONFIG_TQM8541 is not set +# CONFIG_TQM8548 is not set @@ -290,5 +294,6 @@ index 0000000000..ab7bc235ea +# CONFIG_XES_MPC85xx is not set +CONFIG_XZ_DEC_BCJ=y +CONFIG_XZ_DEC_POWERPC=y --- +-- 2.34.1 + -- GitLab