mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-11 07:24:46 +00:00

Enable the "wget cacert" command. Signed-off-by: Jerome Forissier <jerome.forissier@linaro.org> Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>
11 lines
191 B
Text
11 lines
191 B
Text
#include <configs/qemu_arm64_defconfig>
|
|
|
|
CONFIG_ARM=y
|
|
CONFIG_ARCH_QEMU=y
|
|
|
|
CONFIG_NET_LWIP=y
|
|
CONFIG_CMD_DNS=y
|
|
CONFIG_CMD_WGET=y
|
|
CONFIG_EFI_HTTP_BOOT=y
|
|
CONFIG_WGET_HTTPS=y
|
|
CONFIG_WGET_CACERT=y
|