diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2018-10-30 23:07:26 +0100 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2018-10-30 23:07:26 +0100 |
commit | 63d053d8c3e991d86cbacccb9ba6ff03aedee5cd (patch) | |
tree | 4be26c6145d31c439ba813a049c714bde5a9c2d1 | |
parent | 9ab5a8d56068261eb4117e4a743a30d05cc6c2c5 (diff) |
ntpd: default to FEATURE_NTP_AUTH=y
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
-rw-r--r-- | networking/ntpd.c | 3 |
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 @@ //config: help //config: Make ntpd look in /etc/ntp.conf for peers. Only "server address" //config: is supported. +//config: //config:config FEATURE_NTP_AUTH //config: bool "Support md5/sha1 message authentication codes" -//config: default n +//config: default y //config: depends on NTPD //applet:IF_NTPD(APPLET(ntpd, BB_DIR_USR_SBIN, BB_SUID_DROP)) |