wgsd: add missing dependency

wgsd is written in Go, add $(GO_ARCH_DEPENDS) to dependencies to avoid
building on unsupported architectures.

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
This commit is contained in:
Tianling Shen 2024-08-03 15:11:32 +08:00 committed by Tianling Shen
parent 8d29874c31
commit ff5104e642
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ define Package/wgsd/Default
SUBMENU:=VPN
TITLE:=WireGuard Service Discovery
URL:=https://github.com/jwhited/wgsd
DEPENDS:=+kmod-wireguard
DEPENDS:=$(GO_ARCH_DEPENDS) +kmod-wireguard
endef
define Package/wgsd-coredns