Ysurac / openmptcprouter

OpenMPTCProuter is an open source solution to aggregate multiple internet connections using Multipath TCP (MPTCP) on OpenWrt
https://www.openmptcprouter.com/
GNU General Public License v3.0
1.8k stars 258 forks source link

OPKG custom feed packages missing for aarch64_cortex-a76 (Raspberry Pi 5) #3369

Closed andrewmackrodt closed 4 months ago

andrewmackrodt commented 4 months ago

Expected Behavior

OPKG updates package metadata without errors.

Current Behavior

opkg update is unable to download package metadata for the following lists:

 * opkg_download: Failed to download https://packages.openmptcprouter.com/v0.60-6.1/aarch64_cortex-a76/luci/Packages.gz, wget returned 8.
 * opkg_download: Failed to download https://packages.openmptcprouter.com/v0.60-6.1/aarch64_cortex-a76/packages/Packages.gz, wget returned 8.
 * opkg_download: Failed to download https://packages.openmptcprouter.com/v0.60-6.1/aarch64_cortex-a76/base/Packages.gz, wget returned 8.
 * opkg_download: Failed to download https://packages.openmptcprouter.com/v0.60-6.1/aarch64_cortex-a76/routing/Packages.gz, wget returned 8.
 * opkg_download: Failed to download https://packages.openmptcprouter.com/v0.60-6.1/aarch64_cortex-a76/telephony/Packages.gz, wget returned 8.

Possible Solution

Mirror packages from downloads.openwrt.org (if appropriate). End users can use these lists:

    src/gz openwrt_luci https://downloads.openwrt.org/snapshots/packages/aarch64_cortex-a76/luci
    src/gz openwrt_packages https://downloads.openwrt.org/snapshots/packages/aarch64_cortex-a76/packages
    src/gz openwrt_base https://downloads.openwrt.org/snapshots/packages/aarch64_cortex-a76/base
    src/gz openwrt_routing https://downloads.openwrt.org/snapshots/packages/aarch64_cortex-a76/routing
    src/gz openwrt_telephony https://downloads.openwrt.org/snapshots/packages/aarch64_cortex-a76/telephony

Steps to Reproduce the Problem

  1. Run opkg update or click Update lists... from /cgi-bin/luci/admin/system/opkg

Context (Environment)

Using the Raspberry Pi 5 SquashFS v0.60-6.1 image:https://download.openmptcprouter.com/release/v0.60-6.1/rpi5/targets/bcm27xx/bcm2712/openmptcprouter-v0.60-6.1-r0+24843-acf40c022e-bcm27xx-bcm2712-rpi-5-squashfs-factory.img.gz

Specifications

Ysurac commented 4 months ago

I added a link to snapshot, should be ok now.

andrewmackrodt commented 4 months ago

Wow that was super quick, thanks!