fix
parent
992aa90e81
commit
3b47c1d114
|
@ -24,6 +24,8 @@ 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_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
|
||||
|
||||
|
|
Loading…
Reference in New Issue