Update r1s_lienol.yml

This commit is contained in:
klever1988
2020-02-18 14:43:08 +08:00
committed by GitHub
parent 2b1aa24175
commit 7950a497f1

View File

@@ -47,6 +47,7 @@ jobs:
run: |
cd friendlywrt-h5
cp ../r1s_lienol.seed configs/config_h5
sed -i '/CONFIG_KERNEL_CGROUP_PERF/i\CONFIG_KERNEL_CGROUPS=y' configs/config_h5
cd friendlywrt
git config --local user.email "action@github.com" && git config --local user.name "GitHub Action"
git remote add upstream https://github.com/Lienol/openwrt && git fetch upstream