From: Jerome Forissier Date: Wed, 5 Mar 2025 14:26:47 +0000 (+0100) Subject: configs: qemu_arm64_lwip_defconfig: enable WGET_CACERT X-Git-Tag: v2025.07-rc1~18^2~58^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=22f3c9cd024459887066c6d82fab8766447cc289;p=pandora-u-boot.git configs: qemu_arm64_lwip_defconfig: enable WGET_CACERT Enable the "wget cacert" command. Signed-off-by: Jerome Forissier Reviewed-by: Ilias Apalodimas --- diff --git a/configs/qemu_arm64_lwip_defconfig b/configs/qemu_arm64_lwip_defconfig index 754c770c33f..814e98729a3 100644 --- a/configs/qemu_arm64_lwip_defconfig +++ b/configs/qemu_arm64_lwip_defconfig @@ -8,3 +8,4 @@ CONFIG_CMD_DNS=y CONFIG_CMD_WGET=y CONFIG_EFI_HTTP_BOOT=y CONFIG_WGET_HTTPS=y +CONFIG_WGET_CACERT=y