mirror of
https://github.com/netbirdio/plugins.git
synced 2026-05-22 18:44:07 -07:00
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:
@@ -2,7 +2,13 @@ PLUGIN_NAME= wireguard
|
|||||||
PLUGIN_VERSION= 1.13
|
PLUGIN_VERSION= 1.13
|
||||||
PLUGIN_REVISION= 1
|
PLUGIN_REVISION= 1
|
||||||
PLUGIN_COMMENT= WireGuard VPN service
|
PLUGIN_COMMENT= WireGuard VPN service
|
||||||
PLUGIN_DEPENDS= wireguard-go wireguard-tools
|
PLUGIN_DEPENDS= wireguard-tools
|
||||||
PLUGIN_MAINTAINER= m.muenz@gmail.com
|
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"
|
.include "../../Mk/plugins.mk"
|
||||||
|
|||||||
Reference in New Issue
Block a user