-
Notifications
You must be signed in to change notification settings - Fork 696
/
Copy pathinit.toml
29 lines (23 loc) · 1.04 KB
/
init.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# board, subtarget and device, you could look them up in openwrt code
# for example: openwrt/target/linux/ramips/image/mt7621.mk
# device_name is a custom string to use for workflow name
# base source uses git way, <path> is a custom path to store the code
# format: <url>@<branch>@<path>; <url>@<branch>; <url>@@<path>; <url>
# app source uses git way, <path> is a custom path to store the code
# git format: same as base source
# board, subtarget, device, base are required, others are optional
board = "qualcommax"
subtarget = "ipq807x"
device = "xiaomi_ax9000"
base = "https://git.openwrt.org/openwrt/openwrt.git@master"
device_name = "xiaomi ax9000"
app_path = "package/_supply_packages"
git_app = [
"https://github.com/jerrykuku/luci-theme-argon.git",
"https://github.com/jerrykuku/luci-app-argon-config.git",
"https://github.com/xiaorouji/openwrt-passwall-packages.git@@pw-dependencies",
"https://github.com/xiaorouji/openwrt-passwall.git",
"https://github.com/xiaorouji/openwrt-passwall2.git"
]
login_ip = "192.168.21.1"
login_pwd = "00009999"