This is what's left:
ca-bundle - 20211016-1
libmicrohttpd-ssl - 0.9.75-1
Attempting to install directly naturally fails:
Installing libustream-openssl20201210 (2022-12-08-9217ab46-2) to root...
Downloading https://downloads.openwrt.org/releases/22.03.0/packages/arm_cortex-a15_neon-vfpv4/base/libustream-openssl20201210_2022-12-08-9217ab46-2_arm_cortex-a15_neon-vfpv4.ipk
wget: SSL support not available, please install one of the libustream-.*[ssl|tls] packages as well as the ca-bundle and ca-certificates packages.
Collected errors:
* opkg_download: Failed to download https://downloads.openwrt.org/releases/22.03.0/packages/arm_cortex-a15_neon-vfpv4/base/libustream-openssl20201210_2022-12-08-9217ab46-2_arm_cortex-a15_neon-vfpv4.ipk, wget returned 1.
* opkg_install_pkg: Failed to download libustream-openssl20201210. Perhaps you need to run 'opkg update'?
* opkg_install_cmd: Cannot install package libustream-openssl.
So I downloaded the ipk file, and yet that fails as well when:
root@OpenWrt:~# opkg install libustream-openssl20201210_2022-12-08-9217ab46-2_arm_cortex-a15_neon-vfpv4.ipk --no-check-certifica
te
Installing libustream-openssl20201210 (2022-12-08-9217ab46-2) to root...
Downloading https://downloads.openwrt.org/releases/22.03.0/packages/arm_cortex-a15_neon-vfpv4/base/libustream-openssl20201210_2022-12-08-9217ab46-2_arm_cortex-a15_neon-vfpv4.ipk
wget: SSL support not available, please install one of the libustream-.*[ssl|tls] packages as well as the ca-bundle and ca-certificates packages.
Collected errors:
* opkg_download: Failed to download https://downloads.openwrt.org/releases/22.03.0/packages/arm_cortex-a15_neon-vfpv4/base/libustream-openssl20201210_2022-12-08-9217ab46-2_arm_cortex-a15_neon-vfpv4.ipk, wget returned 1.
* opkg_install_pkg: Failed to download libustream-openssl20201210. Perhaps you need to run 'opkg update'?
* opkg_install_cmd: Cannot install package libustream-openssl20201210.
I seem to have gotten myself into a pickle. How might I proceed from here?