From d2ed5b571f962a4a7d5b0725fa260e28be8addc2 Mon Sep 17 00:00:00 2001 From: "Ycarus (Yannick Chabanois)" Date: Tue, 4 Oct 2022 08:48:59 +0200 Subject: [PATCH] Fix RPI and R7800 compilation --- build.sh | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/build.sh b/build.sh index e19c73b5..03cf5218 100755 --- a/build.sh +++ b/build.sh @@ -453,6 +453,12 @@ if [ -f target/linux/mediatek/patches-5.4/0999-hnat.patch ]; then rm -f target/linux/mediatek/patches-5.4/0999-hnat.patch fi +if [ -f target/linux/bcm27xx/patches-5.15/950-0019-drm-vc4-select-PM.patch ]; then + rm -f target/linux/bcm27xx/patches-5.15/950-0019-drm-vc4-select-PM.patch +fi +if [ -f target/linux/ipq806x/patches-5.4/0063-2-tsens-support-configurable-interrupts.patch ]; then + rm -f target/linux/ipq806x/patches-5.4/0063-2-tsens-support-configurable-interrupts.patch +fi #if [ -f target/linux/ipq40xx/patches-5.4/100-GPIO-add-named-gpio-exports.patch ]; then # rm -f target/linux/ipq40xx/patches-5.4/100-GPIO-add-named-gpio-exports.patch #fi