From d87baa434b3c09ac4770f88fb5a488d68feb3d2d Mon Sep 17 00:00:00 2001 From: CN_SZTL Date: Sat, 19 Sep 2020 18:54:55 +0800 Subject: [PATCH] AdGuardHome: disable UPX compression by default Someone reports resources missing with UPX compression enabled, so set it to 'N' by default. Fixes: TG/186415. --- package/ntlf9t/AdGuardHome/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/ntlf9t/AdGuardHome/Makefile b/package/ntlf9t/AdGuardHome/Makefile index 6f1ba3ecd5..3d21af0391 100644 --- a/package/ntlf9t/AdGuardHome/Makefile +++ b/package/ntlf9t/AdGuardHome/Makefile @@ -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)