Was updating my entware opkg packages noticed busybox wasn't updated so being really dumb I installed busybox, now busybox is running BusyBox v1.34.1, but I get error "opkg_download: Failed to download https://bin.entware.net/aarch64-k3.10/Packages.gz, wget returned 1."
other error:
"wget: not an http or ftp url: https://bin.entware.net/aarch64-k3.10/Packages.gz
*** Failed to download the package list from https://bin.entware.net/aarch64-k3.10/Packages.gz"
Can't remove busybox as it's a essential package... not sure what the previous version of busybox was. but it seems to be a issue with https.
Solved: Installed the updated version of wget-ssl had to remove the https and made it http
wget http://bin.entware.net/aarch64-k3.10/wget-ssl_1.21.2-1_aarch64-3.10.ipk
opkg install wget-ssl_1.21.2-1_aarch64-3.10.ipk
rm wget-ssl_1.21.2-1_aarch64-3.10.ipk from /tmp/home/root after.
Edit: Was advised not to update busy box as it might break additional stuff removed busybox from entware without issues. Further reading suggests updating busybox might also break ASUS and Rmerlins security patches, idk how relevant those are on newer versions of busybox which might contain its own security improvements but will revert.
other error:
"wget: not an http or ftp url: https://bin.entware.net/aarch64-k3.10/Packages.gz
*** Failed to download the package list from https://bin.entware.net/aarch64-k3.10/Packages.gz"
Can't remove busybox as it's a essential package... not sure what the previous version of busybox was. but it seems to be a issue with https.
Solved: Installed the updated version of wget-ssl had to remove the https and made it http
wget http://bin.entware.net/aarch64-k3.10/wget-ssl_1.21.2-1_aarch64-3.10.ipk
opkg install wget-ssl_1.21.2-1_aarch64-3.10.ipk
rm wget-ssl_1.21.2-1_aarch64-3.10.ipk from /tmp/home/root after.
Edit: Was advised not to update busy box as it might break additional stuff removed busybox from entware without issues. Further reading suggests updating busybox might also break ASUS and Rmerlins security patches, idk how relevant those are on newer versions of busybox which might contain its own security improvements but will revert.
Last edited: