aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2018-10-30 23:07:26 +0100
committerDenys Vlasenko <vda.linux@googlemail.com>2018-10-30 23:07:26 +0100
commit63d053d8c3e991d86cbacccb9ba6ff03aedee5cd (patch)
tree4be26c6145d31c439ba813a049c714bde5a9c2d1
parent9ab5a8d56068261eb4117e4a743a30d05cc6c2c5 (diff)
downloadbusybox-w32-63d053d8c3e991d86cbacccb9ba6ff03aedee5cd.tar.gz
busybox-w32-63d053d8c3e991d86cbacccb9ba6ff03aedee5cd.tar.bz2
busybox-w32-63d053d8c3e991d86cbacccb9ba6ff03aedee5cd.zip
ntpd: default to FEATURE_NTP_AUTH=y
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
-rw-r--r--networking/ntpd.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/networking/ntpd.c b/networking/ntpd.c
index 354bff897..4f8607244 100644
--- a/networking/ntpd.c
+++ b/networking/ntpd.c
@@ -62,9 +62,10 @@
62//config: help 62//config: help
63//config: Make ntpd look in /etc/ntp.conf for peers. Only "server address" 63//config: Make ntpd look in /etc/ntp.conf for peers. Only "server address"
64//config: is supported. 64//config: is supported.
65//config:
65//config:config FEATURE_NTP_AUTH 66//config:config FEATURE_NTP_AUTH
66//config: bool "Support md5/sha1 message authentication codes" 67//config: bool "Support md5/sha1 message authentication codes"
67//config: default n 68//config: default y
68//config: depends on NTPD 69//config: depends on NTPD
69 70
70//applet:IF_NTPD(APPLET(ntpd, BB_DIR_USR_SBIN, BB_SUID_DROP)) 71//applet:IF_NTPD(APPLET(ntpd, BB_DIR_USR_SBIN, BB_SUID_DROP))