wireguard: bump to 20191226
authorJason A. Donenfeld <Jason@zx2c4.com>
Fri, 27 Dec 2019 14:41:12 +0000 (15:41 +0100)
committerHans Dedecker <dedeckeh@gmail.com>
Fri, 27 Dec 2019 15:34:27 +0000 (16:34 +0100)
commitea980fb9c6de24350976dcc6c20da2bed5fc8cb8
treeccd0744f630ddf25e58bf188b1a33dbd9befceab
parentba164533e20e743720502d7abdc76839844c49e6
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]