From d423688797da1eff15a16b2af020969c62827b2c Mon Sep 17 00:00:00 2001 From: John Doe Date: Sat, 30 Oct 2021 16:57:03 +0800 Subject: [PATCH] fix --- scripts/patches.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/patches.sh b/scripts/patches.sh index 08070c5..5ca994e 100644 --- a/scripts/patches.sh +++ b/scripts/patches.sh @@ -25,6 +25,7 @@ sed -i 's/5.0/1.0/' .ccache/ccache.conf || true if [ $BRANCH == 'master' ]; then 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 echo '# CONFIG_UCLAMP_TASK is not set' >> target/linux/sunxi/config-5.4 sed -i '/LINUX_5_4/d' package/kernel/r8168/Makefile