]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
configs: qemu_arm64_lwip_defconfig: enable CMD_SNTP
authorJerome Forissier <jerome.forissier@linaro.org>
Wed, 25 Jun 2025 13:19:21 +0000 (15:19 +0200)
committerJerome Forissier <jerome.forissier@linaro.org>
Tue, 8 Jul 2025 09:07:37 +0000 (11:07 +0200)
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>
configs/qemu_arm64_lwip_defconfig

index 814e98729a3a332a037f5accd2fc577171b1f21d..e8f976efaf7a1b2e3804a012a235f42f1c05d40c 100644 (file)
@@ -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