mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-06-13 15:03:58 +03:00
configs: qemu_arm64_lwip_defconfig: enable CMD_SNTP
Enable the sntp command by default in the arm64 QEMU defconfig for lwIP since this config is meant to have all the features supported by lwIP. Signed-off-by: Jerome Forissier <jerome.forissier@linaro.org>
This commit is contained in:
@@ -5,6 +5,7 @@ CONFIG_ARCH_QEMU=y
|
||||
|
||||
CONFIG_NET_LWIP=y
|
||||
CONFIG_CMD_DNS=y
|
||||
CONFIG_CMD_SNTP=y
|
||||
CONFIG_CMD_WGET=y
|
||||
CONFIG_EFI_HTTP_BOOT=y
|
||||
CONFIG_WGET_HTTPS=y
|
||||
|
||||
Reference in New Issue
Block a user