Update r1s_lienol.yml

This commit is contained in:
klever1988
2020-07-12 04:39:02 +08:00
committed by GitHub
parent efcaad2bce
commit f3ff5b4dbc

View File

@@ -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