mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-17 21:03:30 +00:00
dnsproxy: remove unnecessary args (#7396)
Go toolchain will scan the dependencies automatically. Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org> Co-authored-by: Tianling Shen <cnsztl@immortalwrt.org>
This commit is contained in:
parent
467e89a2b6
commit
25ccbb49aa
@ -61,8 +61,6 @@ define Package/dnsproxy/description
|
||||
work as a DNS-over-HTTPS, DNS-over-TLS or DNS-over-QUIC server.
|
||||
endef
|
||||
|
||||
GO_PKG_INSTALL_ARGS+= -mod vendor
|
||||
|
||||
define Build/Compile
|
||||
$(call GoPackage/Build/Compile)
|
||||
ifeq ($(CONFIG_DNSPROXY_COMPRESS_UPX),y)
|
||||
|
Loading…
Reference in New Issue
Block a user