Add --mirror option and curl timeout support

This commit is contained in:
2026-05-25 14:55:17 -04:00
parent 1f6a5104fe
commit ff551237ec
2 changed files with 16 additions and 6 deletions

View File

@@ -56,7 +56,8 @@ declare -Ag abby_router=(
[target]="mediatek/filogic"
[filesystem]="squashfs"
[packages]="${default_router[*]} \
kmod-crypto-hw-safexcel kmod-leds-ws2812b kmod-mt7915e \
wpad-basic-mbedtls \
kmod-leds-ws2812b kmod-mt7915e \
kmod-mt7986-firmware mt7986-wo-firmware"
)
@@ -67,7 +68,8 @@ declare -Ag ax6000_uboot_ap=(
[release]="snapshot"
[filesystem]="squashfs"
[packages]="${default_ap[*]} \
kmod-crypto-hw-safexcel kmod-leds-ws2812b kmod-mt7915e \
wpad-basic-mbedtls \
kmod-leds-ws2812b kmod-mt7915e \
kmod-mt7986-firmware mt7986-wo-firmware"
)