AdGuardHome: disable UPX compression by default

Someone reports resources missing with UPX compression
enabled, so set it to 'N' by default.

Fixes: TG/186415.
This commit is contained in:
CN_SZTL 2020-09-19 18:54:55 +08:00
parent ceca8c05e2
commit d87baa434b
No known key found for this signature in database
GPG Key ID: 6850B6345C862176

View File

@ -54,7 +54,7 @@ config ADGUARDHOME_COMPRESS_GOPROXY
config ADGUARDHOME_COMPRESS_UPX
bool "Compress executable files with UPX"
default y
default n
endef
ifeq ($(CONFIG_ADGUARDHOME_COMPRESS_GOPROXY),y)