projects
/
feed
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8d29874
)
wgsd: add missing dependency
author
Tianling Shen
<
[email protected]
>
Sat, 3 Aug 2024 07:11:32 +0000
(15:11 +0800)
committer
Tianling 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
patch
|
blob
|
history
diff --git
a/net/wgsd/Makefile
b/net/wgsd/Makefile
index 3b0c5dbc8b741e0924c11b5781bf367820d8a443..d6d49fececa07a844cba3364e8ad7d5cdffccef5 100644
(file)
--- a/
net/wgsd/Makefile
+++ b/
net/wgsd/Makefile
@@
-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