This commit is contained in:
John Doe
2021-11-19 19:57:06 +08:00
parent e62e4e3a20
commit 8fdab88e73

View File

@@ -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