projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9ab5a8d
)
ntpd: default to FEATURE_NTP_AUTH=y
author
Denys Vlasenko
<vda.linux@googlemail.com>
Tue, 30 Oct 2018 22:07:26 +0000
(23:07 +0100)
committer
Denys Vlasenko
<vda.linux@googlemail.com>
Tue, 30 Oct 2018 22:07:26 +0000
(23:07 +0100)
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
networking/ntpd.c
patch
|
blob
|
history
diff --git
a/networking/ntpd.c
b/networking/ntpd.c
index 354bff897354427766f7f79ee4c0f95bdc09f16a..4f86072442d5ac0da1d97c69e6a451864c6d1547 100644
(file)
--- 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))