From 63d053d8c3e991d86cbacccb9ba6ff03aedee5cd Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Tue, 30 Oct 2018 23:07:26 +0100 Subject: ntpd: default to FEATURE_NTP_AUTH=y Signed-off-by: Denys Vlasenko --- networking/ntpd.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'networking') diff --git a/networking/ntpd.c b/networking/ntpd.c index 354bff8..4f86072 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)) -- cgit v1.1