wgsd: add missing dependency
authorTianling Shen <[email protected]>
Sat, 3 Aug 2024 07:11:32 +0000 (15:11 +0800)
committerTianling Shen <[email protected]>
Mon, 5 Aug 2024 04:52:59 +0000 (12:52 +0800)
wgsd is written in Go, add $(GO_ARCH_DEPENDS) to dependencies to avoid
building on unsupported architectures.

Signed-off-by: Tianling Shen <[email protected]>
net/wgsd/Makefile

index 3b0c5dbc8b741e0924c11b5781bf367820d8a443..d6d49fececa07a844cba3364e8ad7d5cdffccef5 100644 (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