This commit is contained in:
John Doe
2021-10-22 17:19:02 +08:00
parent 2a50636157
commit 4c28062bfd

View File

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