diff options
author | 2020-01-09 10:16:18 +0100 | |
---|---|---|
committer | 2020-01-09 17:56:37 +0100 | |
commit | a269c49f9ffd59eb9dcb3308ba464150fa3b036f (patch) | |
tree | fd1b0b85608b0bd42e13a49628ec7b4f1f5f94e4 /DEVELOPERS | |
parent | 09c5f205744dd5501f3ebc821a123133538e5540 (diff) | |
download | buildroot-a269c49f9ffd59eb9dcb3308ba464150fa3b036f.tar.gz buildroot-a269c49f9ffd59eb9dcb3308ba464150fa3b036f.tar.bz2 |
package/wireguard: change to the wireguard-tools package
With the kernel support for WireGuard getting mainlined, the upstream repo
has been split in a wireguard-tools repo for the userspace tooling and
wireguard-linux-compat for the kernel side (for 3.10+ legacy kernels).
So rename the package to wireguard-tools, use the new upstream and drop the
kernel module handling.
Also add Config.in.legacy handling for existing users.
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
Diffstat (limited to 'DEVELOPERS')
-rw-r--r-- | DEVELOPERS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/DEVELOPERS b/DEVELOPERS index 1f86c256a5..66dc7cf4c2 100644 --- a/DEVELOPERS +++ b/DEVELOPERS @@ -1945,7 +1945,7 @@ F: package/python-websocket-client/ F: package/sedutil/ F: package/tpm2-totp/ F: package/triggerhappy/ -F: package/wireguard/ +F: package/wireguard-tools/ F: support/testing/tests/package/test_docker_compose.py N: Peter Seiderer <ps.report@gmx.net> |