Skip to content

Commit

Permalink
使用7763-编译-Lede-23.05-x86-64固件
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jan 4, 2025
1 parent 8cbd497 commit 299e89d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 11 deletions.
16 changes: 6 additions & 10 deletions .github/workflows/compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,16 +104,12 @@ jobs:
- name: 修改 feeds.conf.default
run: |
cd openwrt
# 判断是否为 LEDE 编译
if [ "$SOURCE_CODE" == "COOLSNOWWOLF" ]; then
echo "正在编译 LEDE,启用 luci feed"
# 使用 sed 修改 feeds.conf.default 文件
sed -i 's@src-git luci@# src-git luci@g' feeds.conf.default
sed -i 's@## src-git luci@src-git luci@g' feeds.conf.default
else
echo "不是 LEDE 编译,跳过 luci feed 配置"
fi
cd openwrt
# 使用 sed 修改 feeds.conf.default 文件
sed -i 's@src-git luci@# src-git luci@g' feeds.conf.default
sed -i 's@## src-git luci@src-git luci@g' feeds.conf.default
./scripts/feeds update -a
./scripts/feeds install -a
- name: 公 告
run: |
Expand Down
2 changes: 1 addition & 1 deletion build/Lede/relevance/start
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Lede-master-seed/x86_64-2025年01月04号14时06分57秒
Lede-master-seed/x86_64-2025年01月04号14时14分57秒

0 comments on commit 299e89d

Please sign in to comment.