diff --git a/scripts/patches.sh b/scripts/patches.sh index a47be6e..179b3a9 100644 --- a/scripts/patches.sh +++ b/scripts/patches.sh @@ -24,8 +24,7 @@ sed -i 's/5.0/1.0/' .ccache/ccache.conf || true if [ $BRANCH == 'master' ]; then - #sed -i 's/5.10/5.4/' target/linux/rockchip/Makefile - #git revert --no-commit -X theirs 91eed5d9fb74e6c740291362ba12e11a2222a9fd + echo '# CONFIG_UCLAMP_TASK is not set' >> target/linux/sunxi/config-5.4 # 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" @@ -99,4 +98,4 @@ fi sed -i '/uci commit luci/i\uci set luci.main.mediaurlbase="/luci-static/openwrt2020"' `find package -type f -path '*/default-settings/files/zzz-default-settings'` # remove the mirros from cn -sed -i '/182.140.223.146/d;/\.cn\//d;/tencent/d' scripts/download.pl \ No newline at end of file +sed -i '/182.140.223.146/d;/\.cn\//d;/tencent/d' scripts/download.pl