diff --git a/scripts/patches.sh b/scripts/patches.sh index 179b3a9..d875153 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_UCLAMP_TASK is not set' >> target/linux/sunxi/config-5.4 + sed -i '/LINUX_5_4/d' package/kernel/r8168/Makefile # fix po path for snapshot find package/ -follow -type d -path '*/po/zh-cn' | xargs dirname | xargs -n1 -i sh -c "rm -f {}/zh_Hans; ln -sf zh-cn {}/zh_Hans"