kernel: migrate wireguard into the kernel tree
authorIlya Lipnitskiy <ilya.lipnitskiy@gmail.com>
Fri, 19 Feb 2021 16:22:08 +0000 (08:22 -0800)
committerHauke Mehrtens <hauke@hauke-m.de>
Sat, 10 Apr 2021 12:21:32 +0000 (14:21 +0200)
commita701d4b8414db2e1fafa676fad232cc9a0bfeaab
tree18ff31612302873efd42e61a5bb69b9a89bc3d90
parentc0cb86e1d5ed9ab2fdbbe2d66ab612892d22d508
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>
(cherry picked from commit 06351f1bd0455abacb700db5098bb798f66948fc)
(cherry picked from commit 464451d9ab824c2ed62f7da33f0a965f562714c8)
package/kernel/linux/modules/crypto.mk
package/kernel/linux/modules/netsupport.mk
package/network/services/wireguard/Makefile [deleted file]