Merge pull request #4 from ziguayungui/rk35xx_support_routergo
Rk35xx support routergo
This commit is contained in:
commit
41ef285ca8
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -94,11 +94,11 @@ jobs:
|
||||
cp src/target_x86_64.manifest ib/target.manifest
|
||||
;;
|
||||
*rk35xx*)
|
||||
cp src/repositories_aarch64.conf ib/repositories.conf
|
||||
cp src/repositories_rk35xx.conf ib/repositories.conf
|
||||
cp src/target_rk35xx.manifest ib/target.manifest
|
||||
;;
|
||||
*rk33xx*)
|
||||
cp src/repositories_aarch64.conf ib/repositories.conf
|
||||
cp src/repositories_rk33xx.conf ib/repositories.conf
|
||||
cp src/target_rk33xx.manifest ib/target.manifest
|
||||
;;
|
||||
*bcm2711*)
|
||||
|
@ -48,11 +48,11 @@ if [ "$IB_FOUND" = "0" ]; then
|
||||
cp src/target_x86_64.manifest ib/target.manifest
|
||||
;;
|
||||
*rk35xx*)
|
||||
cp src/repositories_aarch64.conf ib/repositories.conf
|
||||
cp src/repositories_rk35xx.conf ib/repositories.conf
|
||||
cp src/target_rk35xx.manifest ib/target.manifest
|
||||
;;
|
||||
*rk33xx*)
|
||||
cp src/repositories_aarch64.conf ib/repositories.conf
|
||||
cp src/repositories_rk33xx.conf ib/repositories.conf
|
||||
cp src/target_rk33xx.manifest ib/target.manifest
|
||||
;;
|
||||
*bcm2711*)
|
||||
|
@ -2,6 +2,12 @@
|
||||
# src/gz %n %U
|
||||
# src custom file:///usr/src/openwrt/bin/%T/packages
|
||||
|
||||
src/gz openwrt_base https://downloads.openwrt.org/releases/22.03.6/packages/aarch64_cortex-a53/base
|
||||
src/gz openwrt_luci https://downloads.openwrt.org/releases/22.03.6/packages/aarch64_cortex-a53/luci
|
||||
src/gz openwrt_packages https://downloads.openwrt.org/releases/22.03.6/packages/aarch64_cortex-a53/packages
|
||||
src/gz openwrt_routing https://downloads.openwrt.org/releases/22.03.6/packages/aarch64_cortex-a53/routing
|
||||
src/gz openwrt_telephony https://downloads.openwrt.org/releases/22.03.6/packages/aarch64_cortex-a53/telephony
|
||||
|
||||
src/gz istore_all_compat https://istore.linkease.com/repo/all/compat
|
||||
src/gz istore_all https://istore.linkease.com/repo/all/store
|
||||
src/gz istore_all_meta https://istore.linkease.com/repo/all/meta
|
||||
|
20
src/repositories_rk33xx.conf
Normal file
20
src/repositories_rk33xx.conf
Normal file
@ -0,0 +1,20 @@
|
||||
## Place your custom repositories here, they must match the architecture and version.
|
||||
# src/gz %n %U
|
||||
# src custom file:///usr/src/openwrt/bin/%T/packages
|
||||
|
||||
src/gz openwrt_base https://downloads.openwrt.org/releases/22.03.6/packages/aarch64_generic/base
|
||||
src/gz openwrt_luci https://downloads.openwrt.org/releases/22.03.6/packages/aarch64_generic/luci
|
||||
src/gz openwrt_packages https://downloads.openwrt.org/releases/22.03.6/packages/aarch64_generic/packages
|
||||
src/gz openwrt_routing https://downloads.openwrt.org/releases/22.03.6/packages/aarch64_generic/routing
|
||||
src/gz openwrt_telephony https://downloads.openwrt.org/releases/22.03.6/packages/aarch64_generic/telephony
|
||||
|
||||
src/gz istore_all_compat https://istore.linkease.com/repo/all/compat
|
||||
src/gz istore_all https://istore.linkease.com/repo/all/store
|
||||
src/gz istore_all_meta https://istore.linkease.com/repo/all/meta
|
||||
src/gz istore_all_nas_luci https://istore.linkease.com/repo/all/nas_luci
|
||||
src/gz istore_nas https://istore.linkease.com/repo/aarch64_cortex-a53/nas
|
||||
|
||||
## This is the local package repository, do not remove!
|
||||
src imagebuilder file:packages
|
||||
|
||||
# option check_signature
|
20
src/repositories_rk35xx.conf
Normal file
20
src/repositories_rk35xx.conf
Normal file
@ -0,0 +1,20 @@
|
||||
## Place your custom repositories here, they must match the architecture and version.
|
||||
# src/gz %n %U
|
||||
# src custom file:///usr/src/openwrt/bin/%T/packages
|
||||
|
||||
src/gz openwrt_base https://downloads.openwrt.org/releases/22.03.6/packages/aarch64_cortex-a53/base
|
||||
src/gz openwrt_luci https://downloads.openwrt.org/releases/22.03.6/packages/aarch64_cortex-a53/luci
|
||||
src/gz openwrt_packages https://downloads.openwrt.org/releases/22.03.6/packages/aarch64_cortex-a53/packages
|
||||
src/gz openwrt_routing https://downloads.openwrt.org/releases/22.03.6/packages/aarch64_cortex-a53/routing
|
||||
src/gz openwrt_telephony https://downloads.openwrt.org/releases/22.03.6/packages/aarch64_cortex-a53/telephony
|
||||
|
||||
src/gz istore_all_compat https://istore.linkease.com/repo/all/compat
|
||||
src/gz istore_all https://istore.linkease.com/repo/all/store
|
||||
src/gz istore_all_meta https://istore.linkease.com/repo/all/meta
|
||||
src/gz istore_all_nas_luci https://istore.linkease.com/repo/all/nas_luci
|
||||
src/gz istore_nas https://istore.linkease.com/repo/aarch64_cortex-a53/nas
|
||||
|
||||
## This is the local package repository, do not remove!
|
||||
src imagebuilder file:packages
|
||||
|
||||
# option check_signature
|
@ -874,3 +874,9 @@ xz - 5.4.1-1
|
||||
xz-utils - 5.4.1-1
|
||||
zlib - 1.2.11-6
|
||||
zram-swap - 3
|
||||
routergo - 0.12.4
|
||||
luci-app-routerdog - 1.2.4
|
||||
luci-nginx
|
||||
aria2
|
||||
luci-app-aria2
|
||||
app-meta-routerdog
|
||||
|
Loading…
Reference in New Issue
Block a user