wireguard: bump to 20191226
authorJason A. Donenfeld <Jason@zx2c4.com>
Fri, 27 Dec 2019 14:41:12 +0000 (15:41 +0100)
committerPetr Štetiar <ynezz@true.cz>
Thu, 7 May 2020 11:54:56 +0000 (13:54 +0200)
commitd5118bb511fe70f2af47650987d37b4c2d969bce
treedd13077dedcefdc5fa86910358b790a7f8a457c0
parent1a30fe16217d45631170b14e5a95d3f33f699c52
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>
(cherry picked from commit ea980fb9c6de24350976dcc6c20da2bed5fc8cb8)
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]