From 6ba8e3bf55c9f25f7edb08d9194c4b85993ced2f Mon Sep 17 00:00:00 2001 From: Ahmed Karic Date: Tue, 22 Oct 2024 13:28:39 +0200 Subject: [PATCH] busybox: disable ntpd from defconfig --- board/common/busybox_defconfig | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/board/common/busybox_defconfig b/board/common/busybox_defconfig index 2deb13534..cf0a7c167 100644 --- a/board/common/busybox_defconfig +++ b/board/common/busybox_defconfig @@ -1,7 +1,7 @@ # # Automatically generated make config: don't edit -# Busybox version: 1.36.0 -# Thu Feb 8 08:22:32 2024 +# Busybox version: 1.36.1 +# Tue Oct 22 13:12:02 2024 # CONFIG_HAVE_DOT_CONFIG=y @@ -957,10 +957,10 @@ CONFIG_FEATURE_NETSTAT_PRG=y CONFIG_NSLOOKUP=y CONFIG_FEATURE_NSLOOKUP_BIG=y CONFIG_FEATURE_NSLOOKUP_LONG_OPTIONS=y -CONFIG_NTPD=y -CONFIG_FEATURE_NTPD_SERVER=y -CONFIG_FEATURE_NTPD_CONF=y -CONFIG_FEATURE_NTP_AUTH=y +# CONFIG_NTPD is not set +# CONFIG_FEATURE_NTPD_SERVER is not set +# CONFIG_FEATURE_NTPD_CONF is not set +# CONFIG_FEATURE_NTP_AUTH is not set CONFIG_PING=y CONFIG_PING6=y CONFIG_FEATURE_FANCY_PING=y