kernel: migrate wireguard into the kernel tree
authorIlya Lipnitskiy <ilya.lipnitskiy@gmail.com>
Fri, 19 Feb 2021 16:22:08 +0000 (08:22 -0800)
committerDavid Bauer <mail@david-bauer.net>
Fri, 26 Feb 2021 19:41:01 +0000 (20:41 +0100)
commit06351f1bd0455abacb700db5098bb798f66948fc
tree28b33bfc1c5137e7995aec20ed47de2180890dc3
parent3500fd7938a6d0c0e320295f0aa2fa34b1ebc08d
kernel: migrate wireguard into the kernel tree

On Linux 5.4, build WireGuard from backports. Linux 5.10 contains
wireguard in-tree.

Add in-kernel crypto libraries required by WireGuard along with
arch-specific optimizations.

Signed-off-by: Ilya Lipnitskiy <ilya.lipnitskiy@gmail.com>
package/kernel/linux/modules/crypto.mk
package/kernel/linux/modules/netsupport.mk
package/network/services/wireguard/Makefile [deleted file]