File tree Expand file tree Collapse file tree 1 file changed +5
-9
lines changed
Expand file tree Collapse file tree 1 file changed +5
-9
lines changed Original file line number Diff line number Diff line change 88 # schedule:
99 # - cron: '40 06 * * *'
1010 workflow_dispatch :
11+ ref : refs/heads/master
1112
1213jobs :
1314
@@ -50,21 +51,16 @@ jobs:
5051 git rebase adc1a9a3676b8d7be1b48b5aed185a94d8e42728^ --onto tmp -X theirs
5152 rm -f 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
5253 git checkout upstream/lede-17.01 -- feeds.conf.default && sed -i -E 's/#(src-git.+)(helloworld.+)/\1\2/' feeds.conf.default
53- cd package/lean/
54- . ../../../../3_prepare_packages.sh
55- cd ../../
54+ curl 'https://git.openwrt.org/?p=openwrt/openwrt.git;a=patch;h=22378beb581b113def1dc392ef75306a2168a163' | git apply --reject - || true
55+ . ../../3_prepare_packages.sh
56+ . ../../add_openclash.sh
57+ . ../../add_passwall.sh
5658 git apply ../../enable_autocore.diff
5759 sed -i 's/@LINUX_5_4//' package/lean/luci-app-flowoffload/Makefile
5860 . ../../5_mods.sh
5961 mv ../../scripts/check_wan4.sh package/base-files/files/usr/bin && sed -i '/exit/i\/bin/sh /usr/bin/check_wan4.sh &' package/base-files/files/etc/rc.local
6062 mv ../../scripts/autoupdate.sh package/base-files/files/root/au.sh && chmod +x package/base-files/files/root/au.sh
6163
62- - name : Add OpenClash
63- run : . add_openclash.sh
64-
65- - name : Add Passwall
66- run : . add_passwall.sh
67-
6864 - name : Build FriendlyWrt
6965 run : . 4_build_image.sh friendlywrt-rk3328 nanopi_r2s.mk
7066
You can’t perform that action at this time.
0 commit comments