OPKG fails to update feeds when `wget-nossl` is installed
This is common problem from all version os OpenWrt but for some reason developers of OPKG decided that when wget is installed then they stop using their own uclient-fetch and instead use wget. Before uclient-fetch there was a warning that wget does not support SSL and graceful failure but now there is just error and no info.
Just forcing wget-nossl to not ever be installed should be enough to fix this.