sipeed / LonganPi-3H-SDK

LonganPi 3H SDK
GNU General Public License v3.0
26 stars 13 forks source link

Making wireguard to work #54

Open metrolan opened 2 months ago

metrolan commented 2 months ago

Hi! I've been trying to setup config for kernel to have wireguard working. I've followed and changed all the settings in https://www.wireguard.com/compilation/ but all failed.

Any advice on how to setup for this SBC?

Thanks

chriswue commented 2 months ago

Did you rebuild the kernel with CONFIG_NET_UDP_TUNNEL enabled, because that seems to be missing as per requirements: https://www.wireguard.com/compilation/#kernel-requirements

lonerkim commented 1 month ago

there is someone does that in their fork. https://github.com/sipeed/LonganPi-3H-SDK/commit/73a56a82423a4d5397ab36aafc5e636391769e3f check if you interested.