build : add rk35xx rk33xx repositories file
This commit is contained in:
parent
5df373e68f
commit
8ac6fb14db
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
|
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*)
|
||||||
|
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
|
Loading…
Reference in New Issue
Block a user