From bf73066720f55e724ecee5bc0f5f8c2f513e6c75 Mon Sep 17 00:00:00 2001 From: klever1988 <56048681+klever1988@users.noreply.github.com> Date: Wed, 10 Nov 2021 17:06:57 +0800 Subject: [PATCH] Update patches.sh --- scripts/patches.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/patches.sh b/scripts/patches.sh index d62a3e2..f94bd1b 100644 --- a/scripts/patches.sh +++ b/scripts/patches.sh @@ -24,6 +24,7 @@ sed -i 's/5.0/1.0/' .ccache/ccache.conf || true if [ $BRANCH == 'master' ]; then + sed -i 's/5.10/5.4/' target/linux/rockchip/Makefile echo '# CONFIG_CRYPTO_GHASH_ARM_CE is not set' >> target/linux/sunxi/cortexa7/config-5.10 echo '# CONFIG_CRYPTO_CRCT10DIF_ARM_CE is not set' >> target/linux/sunxi/cortexa7/config-5.10 echo '# CONFIG_SUN50I_IOMMU is not set' >> target/linux/sunxi/cortexa7/config-5.10