mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-06-16 02:25:29 +08: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.
|
work as a DNS-over-HTTPS, DNS-over-TLS or DNS-over-QUIC server.
|
||||||
endef
|
endef
|
||||||
|
|
||||||
GO_PKG_INSTALL_ARGS+= -mod vendor
|
|
||||||
|
|
||||||
define Build/Compile
|
define Build/Compile
|
||||||
$(call GoPackage/Build/Compile)
|
$(call GoPackage/Build/Compile)
|
||||||
ifeq ($(CONFIG_DNSPROXY_COMPRESS_UPX),y)
|
ifeq ($(CONFIG_DNSPROXY_COMPRESS_UPX),y)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user