Wireguard client: flash-kernel is not supported

Hello,

I’m trying to install wireguard client:

apt -y install wireguard-tools

but getting “unsupported platform” for flash-kernel.

I see that Khadas machines are not listed in /usr/share/flash-kernel/db/all.db at all.

Any ideas?

I’ve successfully install client

root@khadas:~# apt -y install wireguard-tools
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
wireguard-tools is already the newest version (1.0.20210914-1ubuntu2).
wireguard-tools set to manually installed

but,

root@khadas:~# wg-quick up wg0
[#] ip link add wg0 type wireguard
Error: Unknown device type.
Unable to access interface: Protocol not supported
[#] ip link delete dev wg0
Cannot find device "wg0"