fix r4s
This commit is contained in:
@@ -25,6 +25,7 @@ sed -i 's/5.0/1.0/' .ccache/ccache.conf || true
|
|||||||
if [ $BRANCH == 'master' ]; then
|
if [ $BRANCH == 'master' ]; then
|
||||||
|
|
||||||
echo '# CONFIG_UCLAMP_TASK is not set' >> target/linux/sunxi/config-5.4
|
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
|
# 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"
|
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"
|
||||||
|
|||||||
Reference in New Issue
Block a user