Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/evbarm/conf enable 'options NTP'



details:   https://anonhg.NetBSD.org/src/rev/1c335c1d24a9
branches:  trunk
changeset: 826006:1c335c1d24a9
user:      jakllsch <jakllsch%NetBSD.org@localhost>
date:      Thu Aug 10 18:11:47 2017 +0000

description:
enable 'options NTP'

diffstat:

 sys/arch/evbarm/conf/GENERIC.common |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (19 lines):

diff -r f4b4439a5171 -r 1c335c1d24a9 sys/arch/evbarm/conf/GENERIC.common
--- a/sys/arch/evbarm/conf/GENERIC.common       Thu Aug 10 17:33:32 2017 +0000
+++ b/sys/arch/evbarm/conf/GENERIC.common       Thu Aug 10 18:11:47 2017 +0000
@@ -1,5 +1,5 @@
 #
-#      $NetBSD: GENERIC.common,v 1.19 2017/07/29 18:08:57 maxv Exp $
+#      $NetBSD: GENERIC.common,v 1.20 2017/08/10 18:11:47 jakllsch Exp $
 #
 #      GENERIC evbarm kernel config (template)
 #
@@ -11,7 +11,7 @@
 # Standard system options
 
 options        RTC_OFFSET=0    # hardware clock is this many mins. west of GMT
-#options       NTP             # NTP phase/frequency locked loop
+options        NTP             # NTP phase/frequency locked loop
 
 # CPU options
 options        PMAPCOUNTERS



Home | Main Index | Thread Index | Old Index