Hi all, I am running a custom build of OpenWRT 19.07.10 on a TP Link TL-WR840N v6.2 router. I should start by saying that I already know the limitations of my hardware. I would like to use this router only as a wireguard client and nothing else. Looking on the site: https://downloads.openwrt.org/releases/19.07.10/targets/ramips/mt76x8/packages/ among the list of available packages I see "kmod-wireguard_4.14.275+1.0.20200611-2_mipsel_24kc.ipk" but I don't see wireguard-tools. I wonder if it is possible to configure kmod-wireguard even without wireguard-tools or if it is possible to implement wireguard-tols in some way. Thanks, best regards
You see them in firmware-selector
Wireguard tools is here, you looked into the target specific folder while the tools are independent from the target. If you do opkg update
(or look in LuCI) and then search for wireguard, it should be listed.
Oh now I understand, but there is still something wrong because I ran on ssh session:
opkg update
opkg install wireguard-tools
and with the last command I get this error:
Unknown package 'wireguard-tools'.
Collected errors:
- opkg_install_cmd: Cannot install package wireguard-tools.
Did opkg update complete without errors? If it did, next look at opkg list | grep wireguard
.
1 Like