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:
parent
ceca8c05e2
commit
d87baa434b
@ -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)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user