mirror of
https://github.com/openwrt/packages.git
synced 2025-12-10 12:41:22 +00:00
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:
committed by
Tianling Shen
parent
8d29874c31
commit
ff5104e642
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user