Merge pull request #4 from ziguayungui/rk35xx_support_routergo

Rk35xx support routergo
This commit is contained in:
ks-bao 2024-04-12 16:50:24 +08:00 committed by GitHub
commit 41ef285ca8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
6 changed files with 56 additions and 4 deletions

View File

@ -94,11 +94,11 @@ jobs:
cp src/target_x86_64.manifest ib/target.manifest cp src/target_x86_64.manifest ib/target.manifest
;; ;;
*rk35xx*) *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 cp src/target_rk35xx.manifest ib/target.manifest
;; ;;
*rk33xx*) *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 cp src/target_rk33xx.manifest ib/target.manifest
;; ;;
*bcm2711*) *bcm2711*)

View File

@ -48,11 +48,11 @@ if [ "$IB_FOUND" = "0" ]; then
cp src/target_x86_64.manifest ib/target.manifest cp src/target_x86_64.manifest ib/target.manifest
;; ;;
*rk35xx*) *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 cp src/target_rk35xx.manifest ib/target.manifest
;; ;;
*rk33xx*) *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 cp src/target_rk33xx.manifest ib/target.manifest
;; ;;
*bcm2711*) *bcm2711*)

View File

@ -2,6 +2,12 @@
# src/gz %n %U # src/gz %n %U
# src custom file:///usr/src/openwrt/bin/%T/packages # 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_compat https://istore.linkease.com/repo/all/compat
src/gz istore_all https://istore.linkease.com/repo/all/store 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_meta https://istore.linkease.com/repo/all/meta

View 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

View 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

View File

@ -874,3 +874,9 @@ xz - 5.4.1-1
xz-utils - 5.4.1-1 xz-utils - 5.4.1-1
zlib - 1.2.11-6 zlib - 1.2.11-6
zram-swap - 3 zram-swap - 3
routergo - 0.12.4
luci-app-routerdog - 1.2.4
luci-nginx
aria2
luci-app-aria2
app-meta-routerdog