From 8fdab88e7354f5b22cbb93e3df7e7734ed40a135 Mon Sep 17 00:00:00 2001 From: John Doe Date: Fri, 19 Nov 2021 19:57:06 +0800 Subject: [PATCH] fix x86 --- scripts/patches.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scripts/patches.sh b/scripts/patches.sh index 6ab12f4..abffdf8 100644 --- a/scripts/patches.sh +++ b/scripts/patches.sh @@ -24,9 +24,12 @@ sed -i 's/5.0/1.0/' .ccache/ccache.conf || true if [ $BRANCH == 'master' ]; then + git checkout target/linux/rockchip + git checkout target/linux/x86 sed -i 's/5.10/5.4/' target/linux/rockchip/Makefile git revert --no-commit -X theirs 91eed5d9fb74e6c740291362ba12e11a2222a9fd + echo '# CONFIG_KCSAN is not set' >> target/linux/x86/config-5.10 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