summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIlias Apalodimas <[email protected]>2024-11-10 10:28:41 +0200
committerTom Rini <[email protected]>2024-11-12 19:09:52 -0600
commitd9c4ee38383c7c43aa5a67c3b6b4a062a0a711b1 (patch)
tree177fd478509e8c5efdbf26ce052c65d731e4cd63
parent5907c81647055a03580dae850f82d85f7d810f7e (diff)
configs: Enable https for wget on qemu arm64
QEMU already has an lwip variant of a defconfig. That defconfig is also configured with mbedTLS by default. So let's enable the remaining config options to enable wget for https:// as well and test that codepath in the CI Reviewed-by: Jerome Forissier <[email protected]> Reviewed-by: Peter Robinson <[email protected]> Reviewed-by: Simon Glass <[email protected]> Signed-off-by: Ilias Apalodimas <[email protected]>
-rw-r--r--configs/qemu_arm64_lwip_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/qemu_arm64_lwip_defconfig b/configs/qemu_arm64_lwip_defconfig
index d3d8ef16e66..754c770c33f 100644
--- a/configs/qemu_arm64_lwip_defconfig
+++ b/configs/qemu_arm64_lwip_defconfig
@@ -7,3 +7,4 @@ CONFIG_NET_LWIP=y
CONFIG_CMD_DNS=y
CONFIG_CMD_WGET=y
CONFIG_EFI_HTTP_BOOT=y
+CONFIG_WGET_HTTPS=y