mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-11 07:24:46 +00:00
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 <jerome.forissier@linaro.org> Reviewed-by: Peter Robinson <pbrobinson@gmail.com> Reviewed-by: Simon Glass <sjg@chromium.org> Signed-off-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>
This commit is contained in:
parent
5907c81647
commit
d9c4ee3838
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue