Update r2s_lean.yml

This commit is contained in:
klever1988
2020-08-04 03:20:53 +08:00
committed by GitHub
parent ec0dcf2ea3
commit 3b9ff7cd1e

View File

@@ -60,8 +60,8 @@ jobs:
echo '# CONFIG_V2RAY_COMPRESS_UPX is not set' >> configs/config_rk3328 echo '# CONFIG_V2RAY_COMPRESS_UPX is not set' >> configs/config_rk3328
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/coolsnowwolf/lede && git fetch upstream git remote add upstream https://github.com/coolsnowwolf/openwrt && git fetch upstream
git checkout upstream/master -b tmp git checkout upstream/lede-17.01 -b tmp
git checkout 33f7cb735300bd9a099995236ed768c8925fec75 -- target/linux/sunxi/image/ git checkout 33f7cb735300bd9a099995236ed768c8925fec75 -- target/linux/sunxi/image/
git rm README.md git rm README.md
git commit -m 'reset' git commit -m 'reset'
@@ -75,7 +75,7 @@ jobs:
#git revert --no-edit 8faac30089ce616940b3e96c4f4d900aeb6b9fcb #git revert --no-edit 8faac30089ce616940b3e96c4f4d900aeb6b9fcb
rm target/linux/rockchip-rk3328/patches-4.14/0001-net-thunderx-workaround-BGX-TX-Underflow-issue.patch target/linux/generic/hack-4.14/999-net-patch-linux-kernel-to-support-shortcut-fe.patch rm target/linux/rockchip-rk3328/patches-4.14/0001-net-thunderx-workaround-BGX-TX-Underflow-issue.patch target/linux/generic/hack-4.14/999-net-patch-linux-kernel-to-support-shortcut-fe.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/master -- feeds.conf.default git checkout upstream/lede-17.01 -- feeds.conf.default
sed -i -E 's/#(src-git.+)(helloworld.+)/\1\2/' feeds.conf.default sed -i -E 's/#(src-git.+)(helloworld.+)/\1\2/' feeds.conf.default
cd package/ && git clone https://github.com/destan19/OpenAppFilter.git && cd ../ cd package/ && git clone https://github.com/destan19/OpenAppFilter.git && cd ../
cd package/lean/ cd package/lean/