From c804567ffb157315a102960c17e36a71ccae7ed1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=A0imon=20Bo=C5=99ek?= <simon.borek@nic.cz> Date: Tue, 19 Jul 2022 15:15:34 +0200 Subject: [PATCH] patches/openwrt: fix mpc85xx-and-mvebu-switch-to-kernel-5.15.patch to be applicable on top of /target/linux/mpc85xx/Makefile with spe_fpu feature enabled --- .../wip/0000-mpc85xx-and-mvebu-switch-to-kernel-5.15.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/patches/openwrt/wip/0000-mpc85xx-and-mvebu-switch-to-kernel-5.15.patch b/patches/openwrt/wip/0000-mpc85xx-and-mvebu-switch-to-kernel-5.15.patch index 900139286..0c3559d7a 100644 --- a/patches/openwrt/wip/0000-mpc85xx-and-mvebu-switch-to-kernel-5.15.patch +++ b/patches/openwrt/wip/0000-mpc85xx-and-mvebu-switch-to-kernel-5.15.patch @@ -13,7 +13,7 @@ index b1771dfd8e..cc859b705a 100644 --- a/target/linux/mpc85xx/Makefile +++ b/target/linux/mpc85xx/Makefile @@ -11,7 +11,7 @@ CPU_TYPE:=8540 - FEATURES:=squashfs ramdisk nand + FEATURES:=squashfs ramdisk nand spe_fpu SUBTARGETS:=p1010 p1020 p2020 -KERNEL_PATCHVER:=5.4 -- GitLab