tusc / wireguard-kmod

WireGuard for UDM series routers
https://www.wireguard.com/
350 stars 18 forks source link

Unsupported UDM Pro kernel 4.19.152-al-linux-v10.2.0-v1.12.33.4328-5979f88 #71

Closed johnmalia closed 1 year ago

johnmalia commented 1 year ago

Hi,

It looks like the latest version of your module doesn't quite support release 1.12.33 (comes up with an unsupported kernel). I've tried using the internal (old) wireguard module that ships with that version of the UDM Pro but it doesn't meet my needs.

I've given it a crack at compiling from source, adding -v1.12.33.4328-5979f88 to the versions.txt file in the udm-1.11.0 base (seems that this is where the previous v1.12.30.4325-060f0fe base was included) but I've run into a problem during the compilation:

scripts/extract-cert.c:21:10: fatal error: openssl/bio.h: No such file or directory 21 | #include <openssl/bio.h> | ^~~~~~~ compilation terminated.

Be really great if you could update and build to support the new UDM version.

I'm not sure that you'd want to have a crack at helping fix my compilation problem though (I'm running a Multiplass ubuntu image on an M1 MBP...).

Thanks !

johnmalia commented 1 year ago

Ignore my build issue - was a simple case of not having the dev libs installed.