wireguard: bump to 20191226
authorJason A. Donenfeld <Jason@zx2c4.com>
Fri, 27 Dec 2019 14:41:12 +0000 (15:41 +0100)
committerRISCi_ATOM <bob@bobcall.me>
Fri, 10 Jan 2020 16:41:57 +0000 (11:41 -0500)
commitfa92165a8af890f111922cf68bb01f8281cb75af
tree07322e11ac6aa41876a730b8b5047f3d081bb4bc
parenta1ed6a3f5c58223c6233faee77cd03798373c55d
wireguard: bump to 20191226

As announced on the mailing list, WireGuard will be in Linux 5.6. As a
result, the wg(8) tool, used by OpenWRT in the same manner as ip(8), is
moving to its own wireguard-tools repo. Meanwhile, the out-of-tree
kernel module for kernels 3.10 - 5.5 moved to its own wireguard-linux-
compat repo. Yesterday, releases were cut out of these repos, so this
commit bumps packages to match. Since wg(8) and the compat kernel module
are versioned and released separately, we create a wireguard-tools
Makefile to contain the source for the new tools repo. Later, when
OpenWRT moves permanently to Linux 5.6, we'll drop the original module
package, leaving only the tools. So this commit shuffles the build
definition around a bit but is basically the same idea as before.

Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
package/network/services/wireguard/Makefile
package/network/services/wireguard/files/wireguard.sh [deleted file]
package/network/services/wireguard/files/wireguard_watchdog [deleted file]
package/network/utils/wireguard-tools/Makefile [new file with mode: 0644]
package/network/utils/wireguard-tools/files/wireguard.sh [new file with mode: 0644]
package/network/utils/wireguard-tools/files/wireguard_watchdog [new file with mode: 0644]