adriansev
Occasional Visitor
Hi! Thinking that is best to have an upgraded system i upgraded the busybox ... now, opkg operations are not working due to:
i suspect that the wget from firmware busybox, was patched to accept https
in principle i could remove it but:
is there a fix or i can just remove this and reboot?
Thank you!
Code:
admin@ac66u:/tmp/home/root# opkg update
Downloading https://bin.entware.net/armv7sf-k2.6/Packages.gz
wget: not an http or ftp url: https://bin.entware.net/armv7sf-k2.6/Packages.gz
*** Failed to download the package list from https://bin.entware.net/armv7sf-k2.6/Packages.gz
Collected errors:
* opkg_download: Failed to download https://bin.entware.net/armv7sf-k2.6/Packages.gz, wget returned 1.
i suspect that the wget from firmware busybox, was patched to accept https
in principle i could remove it but:
Code:
admin@ac66u:/tmp/home/root# opkg remove busybox
Refusing to remove essential package busybox.
Removing an essential package may lead to an unusable system, but if
you enjoy that kind of pain, you can force opkg to proceed against
its will with the option: --force-removal-of-essential-packages
No packages removed.
is there a fix or i can just remove this and reboot?
Thank you!