Skip to content

Commit

Permalink
lede_RAX3000M_18.06.yml更改openclash仓库,更新cloudflared版本
Browse files Browse the repository at this point in the history
  • Loading branch information
kjxhb authored Jan 2, 2025
1 parent 72a47e0 commit b617d84
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/lede_RAX3000M_18.06.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
# 20241206更新:1、替换autosamba默认插件为luci-app-samba4;2、取消回退LEDE源码为2024年12月3日。
# 20241215更新:1、恢复autosamba默认插件为luci-app-ksmbd,替换ksmbd-tools,添加ksmbd-avahi-service;2、替换修改20-smb脚本为ksmbd自动挂载;3、替换15-automount脚本、wsdd2。
# 20241215更新:1、恢复autosamba默认插件为luci-app-samba。
# 20241225更新:1、添加luci-app-zerotier。
# 20241226更新:1、添加luci-app-zerotier,去除tailscale。
# 20250102更新:1、更改openclash仓库,更新cloudflared版本。

name: compile LEDE_RAX3000M_18.06

Expand Down Expand Up @@ -70,7 +70,7 @@ jobs:
- name: 替换和修改插件
run: |
# 添加插件
git clone -b dev --depth 1 https://github.com/vernesong/OpenClash openwrt/package/OpenClash
git clone --depth 1 https://github.com/kjxhb/OpenClash openwrt/package/OpenClash
cp -r files/luci-app-advancedsetting openwrt/package
cp -r files/luci-app-cloudflared openwrt/package
cp -r files/luci-app-fileassistant openwrt/package
Expand Down Expand Up @@ -110,8 +110,8 @@ jobs:
rm -rf openwrt/feeds/packages/net/ddns-scripts/files/usr/lib/ddns/update_cloudflare_com_v4.sh
cp files/update_cloudflare_com_v4.sh openwrt/feeds/packages/net/ddns-scripts/files/usr/lib/ddns
# 修改cloudflared
sed -i 's/VERSION:=.*/VERSION:=2024.11.1/g' openwrt/feeds/packages/net/cloudflared/Makefile
sed -i 's/HASH:=.*/HASH:=1bf729c225701f6864b31bb6c251293caa06f9f1a6e671f3326dd20c3c9719ff/' openwrt/feeds/packages/net/cloudflared/Makefile
sed -i 's/VERSION:=.*/VERSION:=2024.12.1/g' openwrt/feeds/packages/net/cloudflared/Makefile
sed -i 's/HASH:=.*/HASH:=74794fbcdd7b71131799100d493cf70a8e126cb109f3d9e2abce55593df6a737/' openwrt/feeds/packages/net/cloudflared/Makefile
sed -i '/init.d/d;/cloudflared.config $(1)/d;' openwrt/feeds/packages/net/cloudflared/Makefile
# 修改硬盘休眠配置文件
sed -i 's#sda#/mnt/sda1#g' openwrt/feeds/packages/utils/hd-idle/files/hd-idle.config
Expand Down Expand Up @@ -226,5 +226,5 @@ jobs:
- name : 上传bin文件夹(固件+ipk)到 github actions
uses: actions/upload-artifact@v4
with:
name: LEDE_RAX3000M_18.06-20241226-samba
name: LEDE_RAX3000M_18.06-20250102
path: openwrt/bin

0 comments on commit b617d84

Please sign in to comment.