From 7950a497f10ab7fb7aa813080a88a76ee73f8db7 Mon Sep 17 00:00:00 2001 From: klever1988 <56048681+klever1988@users.noreply.github.com> Date: Tue, 18 Feb 2020 14:43:08 +0800 Subject: [PATCH] Update r1s_lienol.yml --- .github/workflows/r1s_lienol.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/r1s_lienol.yml b/.github/workflows/r1s_lienol.yml index 64ae65b..5c93eca 100644 --- a/.github/workflows/r1s_lienol.yml +++ b/.github/workflows/r1s_lienol.yml @@ -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