So I got OpenWRT stable installed on the device. Now when trying to add the package "easytether-usb-openssl_0.8.9-5_aarch64_cortex-a53.ipk" it tells me the following:
[code]Collected errors:
pkg_hash_check_unresolved: cannot find dependency kmod-tun for easytether-usb-openssl
pkg_hash_check_unresolved: cannot find dependency libopenssl1.1 for easytether-usb-openssl
pkg_hash_fetch_best_installation_candidate: Packages for easytether-usb-openssl found, but incompatible with the architectures configured
I managed to get libopenssl installed but still having trouble finding the correct kmod-tun. Using the firmware builder on this site, I managed to get a firmware that had the kmod-tun added. But it won't allow me to update the router with the new .bin file, complaining about:
[code]Image check failed:
Tue Oct 10 00:53:15 UTC 2023 upgrade: Device linksys,e8450-ubi not supported by this image Tue Oct 10 00:53:15 UTC 2023 upgrade: Supported devices: linksys,e8450 Image check failed. [/code]
If i can find a way to build a suitable .itb file, my problems may be over.
All packages are coming from the official openwrt repos. Thus far I've tried:
kmod-tun_5.15.134-1_aarch64_cortex-a53.ipk
and
kmod-tun_6.1.33-1_aarch64_cortex-a53.ipk
Both complain about kernal mismatch (= 5.15.134-1-
Since your E8450 has been converted to ubi (which is good), you need to choose the ubi sysupgrade image from the list. Non-ubi which you downloaded is no longer supported.
It should work to download a release image then install kmod-tun and libopenssl at run time. These will need to at least approximately match the version that easytether is built against, you'll need to confirm that with the easytether site.