net/wireguard: make kmod default for 23.1, add go package

Discussed with @mimugmail -- only needs proper service check for
kmod variant as that has no PID to latch on to.
This commit is contained in:
Franco Fichtner
2022-11-23 11:11:38 +01:00
parent 9228eea5c7
commit 0ea5f4c6e6
+7 -1
View File
@@ -2,7 +2,13 @@ PLUGIN_NAME= wireguard
PLUGIN_VERSION= 1.13
PLUGIN_REVISION= 1
PLUGIN_COMMENT= WireGuard VPN service
PLUGIN_DEPENDS= wireguard-go wireguard-tools
PLUGIN_DEPENDS= wireguard-tools
PLUGIN_MAINTAINER= m.muenz@gmail.com
PLUGIN_VARIANTS= kmod go
kmod_NAME= wireguard
go_NAME= wireguard-go
go_DEPENDS= wireguard-go
.include "../../Mk/plugins.mk"