Hello everyone,
I am trying to install a package, hence running first opkg update, but I got the following error:
opkg update
Downloading http://downloads.openwrt.org/chaos_calmer/15.05.1/ar71xx/generic/packages/base/Packages.gz.
wget: not an http or ftp url: https://archive.openwrt.org/chaos_calmer/15.05.1/ar71xx/generic/packages/base/Packages.gz
Downloading http://downloads.openwrt.org/chaos_calmer/15.05.1/ar71xx/generic/packages/packages/Packages.gz.
wget: not an http or ftp url: https://archive.openwrt.org/chaos_calmer/15.05.1/ar71xx/generic/packages/packages/Packages.gz
Downloading http://downloads.openwrt.org/chaos_calmer/15.05.1/ar71xx/generic/packages/luci/Packages.gz.
wget: not an http or ftp url: https://archive.openwrt.org/chaos_calmer/15.05.1/ar71xx/generic/packages/luci/Packages.gz
Collected errors:
* opkg_download: Failed to download http://downloads.openwrt.org/chaos_calmer/15.05.1/ar71xx/generic/packages/base/Packages.gz, wget returned 1.
* opkg_download: Failed to download http://downloads.openwrt.org/chaos_calmer/15.05.1/ar71xx/generic/packages/packages/Packages.gz, wget returned 1.
* opkg_download: Failed to download http://downloads.openwrt.org/chaos_calmer/15.05.1/ar71xx/generic/packages/luci/Packages.gz, wget returned 1.
I saw on this forum that it may be caused by wget, as I don't have wget-ssl.
By the way, this is what I get when I look for wget package:
opkg list | grep -i wget
wget_reboot - 1.0
As proposed by someone, I tried to dowload the package on my laptop and move it to my router to scp such that I can install it there, but I get the following error:
opkg install /tmp/wget-ssl_1.21.4-1_aarch64_cortex-a72.ipk
Unknown package 'wget-ssl'.
Collected errors:
* pkg_hash_fetch_best_installation_candidate: Packages for wget-ssl found, but incompatible with the architectures configured
* opkg_install_cmd: Cannot install package wget-ssl.
The error is obvious, the binaries are not meant for my device, but when looking for this package I only got two results, how am I supposed the find the right version for my device.
By the way, this where I downloaded the package:
Wget-ssl Download (IPK) (pkgs.org)
I tried wget-ssl_1.21.4-1_aarch64_cortex-a72.ipk OpenWrt 22.03 Download (pkgs.org) and this one wget-ssl_1.21.4-1_x86_64.ipk OpenWrt 22.03 Download (pkgs.org).
Any hints ?
Thanks