Commit 87bf0ed 1 parent d6c4efc commit 87bf0ed Copy full SHA for 87bf0ed
File tree 2 files changed +40
-0
lines changed
2 files changed +40
-0
lines changed Original file line number Diff line number Diff line change
1
+ # CI项目名
2
+ name : p2w_r619ac
3
+
4
+ on :
5
+ # 自动编译:每天早上4点
6
+ schedule :
7
+ - cron : 0 20 * * *
8
+ # 手动编译
9
+ workflow_dispatch :
10
+
11
+ # CI权限
12
+ permissions : write-all
13
+
14
+ # CI任务
15
+ jobs :
16
+ wrt_config :
17
+ # 调用公用编译核心WRT-CORE.yml
18
+ uses : ./.github/workflows/WRT-CORE.yml
19
+ with :
20
+ # 编译平台
21
+ WRT_TARGET : p2w_r619ac
22
+ # 默认主题
23
+ WRT_THEME : design
24
+ # 默认主机名
25
+ WRT_NAME : openwrt
26
+ # 默认WIFI名
27
+ WRT_WIFI : openwrt
28
+ # 默认密码,仅作提示,修改无用
29
+ WRT_PW : password
30
+ # 默认地址
31
+ WRT_IP : 192.168.7.1
32
+ # 默认源码
33
+ WRT_URL : https://github.com/coolsnowwolf/lede.git
34
+ # 默认分支
35
+ WRT_BRANCH : master
Original file line number Diff line number Diff line change
1
+ #p2w_r619ac-128m
2
+
3
+ CONFIG_TARGET_ipq40xx=y
4
+ CONFIG_TARGET_ipq40xx_generic=y
5
+ CONFIG_TARGET_ipq40xx_generic_DEVICE_p2w_r619ac-128m=y
You can’t perform that action at this time.
0 commit comments