General TC > Programming & Scripting - Unofficial
how to compile wireguard kernel module for TCL
Rich:
Hi ovacikar
--- Quote from: ovacikar on March 25, 2024, 10:04:11 AM --- ... I would like to compile the kernel modules for x86 ...
--- End quote ---
I think the module is already included as of TC12. Check here:
--- Code: ---ls -l /lib/modules/$(uname -r)/kernel/drivers/net/wireguard
--- End code ---
ovacikar:
Yes indeed it was. A quick and dirty compile of wireguard-tools and it is good to go.
ovacikar:
The first post with the tce-load command is missing openssl-dev.tcz. Resulting this error :
--- Code: ---scripts/extract-cert.c:21:10: fatal error: openssl/bio.h: No such file or directory
21 | #include <openssl/bio.h>
| ^~~~~~~~~~~~~~~
compilation terminated.
make[1]: *** [scripts/Makefile.host:107: scripts/extract-cert] Error 1
make: *** [Makefile:1100: scripts] Error 2
--- End code ---
Navigation
[0] Message Index
[*] Previous page
Go to full version