From e120659ff7829fc2e0053d12f1628a45b2a352c0 Mon Sep 17 00:00:00 2001 From: "Ycarus (Yannick Chabanois)" Date: Fri, 14 Oct 2022 18:21:23 +0200 Subject: [PATCH] Fix bpi-r64 and r7800 compilation --- build.sh | 2 +- config-bpi-r64 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sh b/build.sh index 03cf5218..cd83c9bb 100755 --- a/build.sh +++ b/build.sh @@ -457,7 +457,7 @@ if [ -f target/linux/bcm27xx/patches-5.15/950-0019-drm-vc4-select-PM.patch ]; th 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 + rm -f target/linux/ipq806x/patches-5.4/0063-* 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 diff --git a/config-bpi-r64 b/config-bpi-r64 index 3ab4d1d7..e98a132c 100644 --- a/config-bpi-r64 +++ b/config-bpi-r64 @@ -16,4 +16,4 @@ CONFIG_CRYPTO_GHASH_ARM_CE=y CONFIG_CRYPTO_AES_ARM=y CONFIG_CRYPTO_AES_ARM_CE=y CONFIG_TARGET_ROOTFS_PARTSIZE=900 -CONFIG_TARGET_ROOTFS_INITRAMFS=y +# CONFIG_TARGET_ROOTFS_INITRAMFS is not set