File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -25,9 +25,9 @@ TIME() {
2525
2626# ===========================================================================================================
2727# add a third-party feed:git clone feed-url package/third-party-feeds/每个feed须单独一个文件夹feed用户名-仓库名
28- # git clone -b "$REPO_BRANCH" --single-branch "$REPO_URL" openwrt 主干分支时删除-b "$REPO_BRANCH" --single-branch
28+ # # git clone -b "$REPO_BRANCH" --single-branch "$REPO_URL" openwrt 主干分支时删除-b "$REPO_BRANCH" --single-branch
2929# 为避免多个插件编译冲突,须删除openwrt相应源代码。
30- # 编译工作区路径 .yml Download Package
30+ # 编译工作区路径 .yml Download Package
3131# tools/
3232# toolchain/
3333# feeds/luci/; feeds/packages;package/firmware;
Original file line number Diff line number Diff line change 2525# 时间变量值 $(date "+%Y%m%d%H%M%S") $(date +'%m-%d')
2626# 此处增减变量时应同步增减.yml文件变量赋值步骤中的相关内容:引用的step
2727# ====================================================================================================================================================================================
28- REPO_URL =" https://github.com/openwrt/openwrt " # OpenWrt源码链接(若要修改此处需要根据源码结构同步修改cus_script文件夹下相关.sh)
29- REPO_BRANCH =" openwrt-18.06 " # OpenWrt源码分支(若要修改此处需要根据源码结构同步修改cus_script文件夹下相关.sh)
28+ REPO_URL =" https://github.com/coolsnowwolf/lede " # OpenWrt源码链接(若要修改此处需要根据源码结构同步修改cus_script文件夹下相关.sh)
29+ REPO_BRANCH =" master " # OpenWrt源码分支(若要修改此处需要根据源码结构同步修改cus_script文件夹下相关.sh)
3030COMPILE_INFORMATION =" true" # 显示编译信息
3131UPLOAD_CONFIG =" false" # 上传【.config】配置文件到github actions Runs Artifacts)有保存时限
3232UPLOAD_BIN_DIR =" false" # 上传【bin文件夹】(.bin+.ipk)到github actions Runs Artifacts 有保存时限
You can’t perform that action at this time.
0 commit comments