AdGuardHome: add missing goproxy config
This commit is contained in:
parent
9c365cb375
commit
10098beba3
@ -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) ; \
|
||||
|
||||
Loading…
Reference in New Issue
Block a user