forked from hugcabbage/shared-lede
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathinit.example
27 lines (23 loc) · 1.12 KB
/
init.example
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
# board, subtarget and device, you could look them up in openwrt code
# for example: openwrt/target/linux/ramips/image/mt7621.mk
# device-name is custom, blank don't come
# base uses git way
# format: <url>@<branch>@<path>; <url>@<branch>; <url>@@<path>; <url>
# app uses git or svn way
# git format: same as base
# svn format: <url>@<path>; <url>
board:=ramips
subtarget:=mt7621
device:=xiaomi_redmi-router-ac2100
device-name:=redmi-ac2100
base:=https://github.com/hugcabbage/openwrt@master
app-path:=package/supply-packages
git-app:=https://github.com/jerrykuku/luci-theme-argon.git
git-app:=https://github.com/jerrykuku/luci-app-argon-config.git
git-app:=https://github.com/jerrykuku/luci-app-vssr.git
git-app:=https://github.com/jerrykuku/lua-maxminddb.git
git-app:=https://github.com/Ausaci/luci-app-nat6-helper.git
git-app:=https://github.com/xiaorouji/openwrt-passwall.git@packages@pw-dependencies
svn-app:=https://github.com/xiaorouji/openwrt-passwall/branches/luci/luci-app-passwall
svn-app:=https://github.com/xiaorouji/openwrt-passwall2/trunk/luci-app-passwall2
svn-app:=https://github.com/vernesong/OpenClash/trunk/luci-app-openclash