From 246aaea742d07f6ebd3b78a483860ef9aa1de302 Mon Sep 17 00:00:00 2001 From: klever1988 <56048681+klever1988@users.noreply.github.com> Date: Mon, 13 Jul 2020 04:09:20 +0800 Subject: [PATCH] Update r1s_lienol.yml --- .github/workflows/r1s_lienol.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/r1s_lienol.yml b/.github/workflows/r1s_lienol.yml index 24bd456..0d61172 100644 --- a/.github/workflows/r1s_lienol.yml +++ b/.github/workflows/r1s_lienol.yml @@ -51,7 +51,7 @@ jobs: cd friendlywrt-h5 #. ../remove_unused_config.sh cat ../app_config.seed >> configs/config_h5 - echo 'CONFIG_KERNEL_CGROUPS=y' >> configs/config_h5 + echo '# CONFIG_V2RAY_COMPRESS_UPX is not set' >> 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