From e5392996ed063a1344ecdbf58c5f509c7eb97fa0 Mon Sep 17 00:00:00 2001 From: David Escalona Date: Tue, 27 Jun 2023 18:34:22 +0200 Subject: [PATCH] meta-digi-dey: swupdate: enable 'ARCHIVE' handler support to directly install 'tar.gz' files Signed-off-by: David Escalona --- meta-digi-dey/recipes-support/swupdate/swupdate/defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-digi-dey/recipes-support/swupdate/swupdate/defconfig b/meta-digi-dey/recipes-support/swupdate/swupdate/defconfig index aa2ed032f..ae84aca88 100644 --- a/meta-digi-dey/recipes-support/swupdate/swupdate/defconfig +++ b/meta-digi-dey/recipes-support/swupdate/swupdate/defconfig @@ -3,6 +3,7 @@ # CONFIG_BOOTLOADER_NONE is not set CONFIG_UBOOT=y CONFIG_HASH_VERIFY=y +CONFIG_ARCHIVE=y CONFIG_BOOTLOADERHANDLER=y CONFIG_RAW=y CONFIG_SHELLSCRIPTHANDLER=y