As title - and sorry if this topic has been addressed, but I have searched and found nothing.
The router is obviously on the internet via a wireless ap...
I'm trying to do 'opkg update' after flashing my MT6000 with the latest OpenWRT firmware. I get several error messages that the repo is not found or not available:
Downloading https://downloads.openwrt.org/releases/23.05.5/packages/aarch64_cortex-a53/luci/Packages.gz
*** Failed to download the package list from https://downloads.openwrt.org/releases/23.05.5/packages/aarch64_cortex-a53/luci/Packages.gz
I haven't changed anything - this config is just as the firmware has been flashed to the router, so why is it not working please?
I then manually added a repo as I want to install some custom cellular modem packages and the list updated successfully from there:
Downloading https://github.com/4IceG/Modem-extras/raw/main/myrepo/Packages.gz
Updated list of available packages in /var/opkg-lists/IceG_repo
Downloading https://github.com/4IceG/Modem-extras/raw/main/myrepo/Packages.sig
Signature check passed.
Downloading https://downloads.openwrt.org/releases/23.05.5/targets/mediatek/filogic/packages/Packages.gz
I've just checked and I still can't update from the automaticlly installed OpenWRT repos.
The following are the error-messages:
Errors
Collected errors:
* opkg_download: Failed to download https://downloads.openwrt.org/snapshots/targets/mediatek/filogic/packages/Packages.gz, wget returned 8.
* opkg_download: Failed to download https://downloads.openwrt.org/snapshots/packages/aarch64_cortex-a53/base/Packages.gz, wget returned 8.
* opkg_download: Failed to download https://downloads.openwrt.org/snapshots/packages/aarch64_cortex-a53/luci/Packages.gz, wget returned 8.
* opkg_download: Failed to download https://downloads.openwrt.org/snapshots/packages/aarch64_cortex-a53/packages/Packages.gz, wget returned 8.
* opkg_download: Failed to download https://downloads.openwrt.org/snapshots/packages/aarch64_cortex-a53/routing/Packages.gz, wget returned 8.
* opkg_download: Failed to download https://downloads.openwrt.org/snapshots/packages/aarch64_cortex-a53/telephony/Packages.gz, wget returned 8.
The opkg update command failed with code 6.
I can sucessfully download from the repo I added:
Downloading https://github.com/4IceG/Modem-extras/raw/main/myrepo/Packages.gz
Updated list of available packages in /var/opkg-lists/IceG_repo
Downloading https://github.com/4IceG/Modem-extras/raw/main/myrepo/Packages.sig
Signature check passed.
Downloading https://downloads.openwrt.org/snapshots/targets/mediatek/filogic/packages/Packages.gz
Having experimented a bit more, I think I should add that I've found the 'vanilla' OPenWRT build works with opkg.
The (more interesting) community build where opkg does not work is -
If you post the error I can see what's going wrong.
But I think that is due to is pointing to opkg and now apk on latest snapshot.
So if you want you can change link on opkg settings (you can do it simply from luci) to my repo. It is written on that thread first post.
OK, I've now flashed it with the standard OpenWRT for the MT6000 and opkg updates correctly. It looks like it is a problem with the repos pesa1234 is using...