Skip to content

Commit e072006

Browse files
committed
lede
1 parent 4c8fd36 commit e072006

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

cus_scripts/Add_third_party_feeds.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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;

cus_scripts/ENV.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@
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)
3030
COMPILE_INFORMATION="true" # 显示编译信息
3131
UPLOAD_CONFIG="false" # 上传【.config】配置文件到github actions Runs Artifacts)有保存时限
3232
UPLOAD_BIN_DIR="false" # 上传【bin文件夹】(.bin+.ipk)到github actions Runs Artifacts 有保存时限

0 commit comments

Comments
 (0)