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:
parent
8d29874c31
commit
ff5104e642
|
@ -28,7 +28,7 @@ define Package/wgsd/Default
|
||||||
SUBMENU:=VPN
|
SUBMENU:=VPN
|
||||||
TITLE:=WireGuard Service Discovery
|
TITLE:=WireGuard Service Discovery
|
||||||
URL:=https://github.com/jwhited/wgsd
|
URL:=https://github.com/jwhited/wgsd
|
||||||
DEPENDS:=+kmod-wireguard
|
DEPENDS:=$(GO_ARCH_DEPENDS) +kmod-wireguard
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/wgsd-coredns
|
define Package/wgsd-coredns
|
||||||
|
|
Loading…
Reference in New Issue