I'm a newb (at least to OpenWRT) trying to install wireguard on an OpenWRT One (wireguard is the reason I bought it). However, I'm running into an issue. Every way that I try to install 'unetd' or 'wireguard-tools' or 'kmod-wireguard' directly, I get an error
For example:
opkg install unetd
Unknown package 'unetd'.
Collected errors:
* pkg_hash_check_unresolved: cannot find dependency kmod-wireguard for unetd
* pkg_hash_fetch_best_installation_candidate: Packages for unetd found, but incompatible with the architectures configured
* opkg_install_cmd: Cannot install package unetd.
The RC2 on those early Ones were broken, the package feeds file is truncated and missing links to the full package repos.
First thing you need to do is upgrade to 24.10.x (where 'x' is the latest maintenance release). Since you're already on the command line, let's stay there for this. First, copy and paste this as one command to fix the feeds file (ignore that it's 24.10.2, that doesn't matter as the package feeds for 24.10* all point to the same place).