forked from frizkyiman/friWrt-MyWrtBuilder
-
Notifications
You must be signed in to change notification settings - Fork 1
/
external-package-urls.txt
64 lines (64 loc) · 4.01 KB
/
external-package-urls.txt
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
################################################
# Read this before adding custom package urls! #
################################################
#
# You should follow this first to ensure your desired package url downloaded and propperly
# installed while building the firmware.
#
# arm64 or other arch should same as "$ARCH_1" variable on .yml workflow file, exclude for x86, no need to change.
# eg. $ARCH_1 value is armv7, then armv7 https://example.com/download/main/luci-app-name-armv7.ipk
#
# "all" is a sign for packages that work on both devices architecture.
# "arm64" is a sign for packages that work only on arm64 devices architecture.
# "x86" is a sign for packages that work only on x86 devices architecture.
# "amlogic" is a sign for packages that work only on amlogic devices architecture.
# "all-all" is a sign for packages that work on both devices architecture and branch version.
# "old-21.02" is a sign for 21.02 branch that missing lua-luci-runtime as requaried depedency from source repo.
# "arm64-21.02" is a sign for 21.02 branch that missing lua-luci-runtime as requaried depedency from source repo.
# "x86-21.02" is a sign for 21.02 branch that missing lua-luci-runtime as requaried depedency from source repo.
#
#
################################################
# Usage Format to add custom package urls #
################################################
#
# (sign)(space)(package url)
# (sign)(-21.02)(space)(package url)
#
# eg. all https://example.com/download/main/luci-app-name-all.ipk
# eg. arm64 https://example.com/download/main/luci-app-name-aarch64_cortex-a72.ipk
# eg. x86 https://example.com/download/main/luci-app-name-x86-64.ipk
# eg. old-21.02 https://example.com/download/21.02/luci-app-name-all.ipk
# eg. arm64-21.02 https://example.com/download/21.02/luci-app-name-aarch64_cortex-a72.ipk
# eg. x86-21.02 https://example.com/download/21.02/luci-app-name-x86-64.ipk
# eg. amlogic https://example.com/download/main/luci-app-name-aarch64_generic.ipk
#
################################################################################
# All Branch version custom external package urls list #
################################################################################
#
all-all https://github.com/lrdrdn/my-opkg-repo/raw/main/generic/modeminfo_0.3.6-1_all.ipk
arm64 https://github.com/lrdrdn/my-opkg-repo/raw/main/aarch64_cortex-a72/atinout_0.9.1_aarch64_cortex-a72.ipk
armv7 https://github.com/lrdrdn/my-opkg-repo/raw/main/aarch64_cortex-a53/atinout_0.9.1_aarch64_cortex-a53.ipk
armv8 https://github.com/lrdrdn/my-opkg-repo/raw/main/aarch64_generic/atinout_0.9.1_aarch64_generic.ipk
x86 https://github.com/lrdrdn/my-opkg-repo/raw/main/x86_64/atinout_0.9.1_x86_64.ipk
amlogic https://github.com/lrdrdn/my-opkg-repo/raw/main/aarch64_generic/atinout_0.9.1_aarch64_generic.ipk
#
################################################################################
# Branch version snapshots and 23.05 custom external package urls list #
################################################################################
#
all https://github.com/lrdrdn/my-opkg-repo/raw/main/generic/luci-app-mmconfig_0.0.5-4_all.ipk
all https://github.com/lrdrdn/my-opkg-repo/raw/main/generic/luci-app-poweroff_20200726_all.ipk
all https://github.com/lrdrdn/my-opkg-repo/raw/main/generic/luci-app-tinyfm_2.6_all.ipk
all https://github.com/lrdrdn/my-opkg-repo/raw/main/generic/xmm-modem_0.1.2-0_all.ipk
#
################################################################################
# Old Branch version 21.02 custom external package urls list #
################################################################################
#
old-21.02 https://github.com/lrdrdn/my-opkg-repo/raw/21.02/generic/luci-app-mmconfig_0.0.5-4_all.ipk
old-21.02 https://github.com/lrdrdn/my-opkg-repo/raw/21.02/generic/luci-app-poweroff_20200726_all.ipk
old-21.02 https://github.com/helmiau/helmiwrt-packages/releases/download/ipk/luci-app-tinyfm_2.5_all.ipk
old-21.02 https://github.com/lrdrdn/my-opkg-repo/raw/21.02/generic/xmm-modem_0.1.2-0_all.ipk
#