From f3ff5b4dbc785115a47a5a4bad7729b0de77c9a2 Mon Sep 17 00:00:00 2001 From: klever1988 <56048681+klever1988@users.noreply.github.com> Date: Sun, 12 Jul 2020 04:39:02 +0800 Subject: [PATCH] Update r1s_lienol.yml --- .github/workflows/r1s_lienol.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/r1s_lienol.yml b/.github/workflows/r1s_lienol.yml index 71eb53f..fc90345 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_V2RAY_COMPRESS_UPX is not set' >> configs/config_h5 + echo '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 @@ -62,7 +62,6 @@ jobs: rm target/linux/allwinner-h5/patches-4.14/0001-net-thunderx-workaround-BGX-TX-Underflow-issue.patch sed -i '/ipv6/,+3d' package/base-files/files/root/setup.sh git checkout upstream/dev-19.07 -- feeds.conf.default - #git apply ../../enable_autocore.diff sed -i '/ucl upx/d' tools/Makefile sudo apt -y install upx-ucl && mkdir -p staging_dir/host/bin && ln -s /usr/bin/upx-ucl staging_dir/host/bin/upx sed -i '/exit/i\chown -R root:root /usr/share/netdata/web' package/default-settings/files/zzz-default-settings