AdGuardHome: add missing goproxy config

This commit is contained in:
CN_SZTL 2020-07-31 22:05:21 +08:00
parent 9c365cb375
commit 10098beba3
No known key found for this signature in database
GPG Key ID: 6850B6345C862176

View File

@ -57,6 +57,11 @@ config ADGUARDHOME_COMPRESS_UPX
default y
endef
ifeq ($(CONFIG_ADGUARDHOME_COMPRESS_GOPROXY),y)
export GO111MODULE=on
export GOPROXY=https://goproxy.cn
endif
define Build/Compile
( \
cd $(PKG_BUILD_DIR) ; \