Update r1s_lienol.yml
This commit is contained in:
3
.github/workflows/r1s_lienol.yml
vendored
3
.github/workflows/r1s_lienol.yml
vendored
@@ -51,7 +51,7 @@ jobs:
|
|||||||
cd friendlywrt-h5
|
cd friendlywrt-h5
|
||||||
. ../remove_unused_config.sh
|
. ../remove_unused_config.sh
|
||||||
cat ../app_config.seed >> configs/config_h5
|
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
|
cd friendlywrt
|
||||||
git config --local user.email "action@github.com" && git config --local user.name "GitHub Action"
|
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
|
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
|
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
|
sed -i '/ipv6/,+3d' package/base-files/files/root/setup.sh
|
||||||
git checkout upstream/dev-19.07 -- feeds.conf.default
|
git checkout upstream/dev-19.07 -- feeds.conf.default
|
||||||
#git apply ../../enable_autocore.diff
|
|
||||||
sed -i '/ucl upx/d' tools/Makefile
|
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
|
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
|
sed -i '/exit/i\chown -R root:root /usr/share/netdata/web' package/default-settings/files/zzz-default-settings
|
||||||
|
|||||||
Reference in New Issue
Block a user