From: Jerome Forissier Date: Mon, 22 Sep 2025 09:35:41 +0000 (+0200) Subject: net: lwip: enable debug traces for SNTP when CONFIG_LWIP_DEBUG is set X-Git-Tag: v2025.10~9^2~3 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4462ab9a0b559a45c2b3e2dfb3912303e3449c9b;p=thirdparty%2Fu-boot.git net: lwip: enable debug traces for SNTP when CONFIG_LWIP_DEBUG is set Now that SNTP is supported, enable SNTP debug traces when LWIP_DEBUG is enabled. In particular, this allows to see which NTP servers are received during DHCP. Signed-off-by: Jerome Forissier --- diff --git a/lib/lwip/u-boot/lwipopts.h b/lib/lwip/u-boot/lwipopts.h index 80b93ea172d..e8a2c9d7a0a 100644 --- a/lib/lwip/u-boot/lwipopts.h +++ b/lib/lwip/u-boot/lwipopts.h @@ -44,6 +44,7 @@ #define DNS_DEBUG LWIP_DBG_ON #define IP6_DEBUG LWIP_DBG_OFF #define DHCP6_DEBUG LWIP_DBG_OFF +#define SNTP_DEBUG LWIP_DBG_ON #endif #define LWIP_TESTMODE 0