Skip to content

Commit

Permalink
Merge pull request #749 from kernelkit/disable-ntpd
Browse files Browse the repository at this point in the history
Disable BusyBox Related NTP Services
  • Loading branch information
axkar authored Oct 22, 2024
2 parents f119138 + 6ba8e3b commit 52eafa7
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions board/common/busybox_defconfig
Original file line number Diff line number Diff line change
@@ -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

Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 52eafa7

Please sign in to comment.