• Skip to sidebar navigation
  • Skip to content

Bitbucket

  • More
    ProjectsRepositories
  • Help
    • Online help
    • Learn Git
    • Welcome to Bitbucket
    • Keyboard shortcuts
  • Log In
Alexander Dahl
  1. Alexander Dahl

buildroot

Public
Actions
  • Clone
  • Compare

Learn more about cloning repositories

You have read-only access

Navigation
  • Source
  • Commits
  • Branches
  • All Branches Graph
  • Forks
  1. Alexander Dahl
  2. buildroot

Source

buildroot/package/ntp/Config.in
James KnightJames Knight committed 1c6629444da15 Oct 2015
Raw file
Source viewDiff to previous
xxxxxxxxxx
 
1
config BR2_PACKAGE_NTP
2
    bool "ntp"
3
    select BR2_PACKAGE_LIBEVENT
4
    help
5
      Network Time Protocol suite/programs.
6
      Provides things like ntpd, ntpdate, ntpq, etc...
7
​
8
      http://www.ntp.org/
9
​
10
if BR2_PACKAGE_NTP
11
​
12
config BR2_PACKAGE_NTP_SNTP
13
    bool "sntp"
14
    help
15
      Simple network time protocol program
16
​
17
config BR2_PACKAGE_NTP_NTP_KEYGEN
18
    bool "ntp-keygen"
19
    help
20
      Create a NTP host key
21
​
22
config BR2_PACKAGE_NTP_NTP_WAIT
23
    bool "ntp-wait"
24
    depends on BR2_PACKAGE_PERL
25
    help
26
      ntp-wait waits until the locally running ntpd is in state 4
27
      (synchronized). This could be useful at boot time, to delay the
28
      boot sequence until after "ntpd -g" has set the time.
29
​
30
config BR2_PACKAGE_NTP_NTPD
31
    bool "ntpd"
32
    default y
33
    help
34
      ntpd is the time synchronization daemon keeping your local
35
      system date and time in sync and optionally serving time and date
36
      information on the network via the NTP protocol.
37
​
38
config BR2_PACKAGE_NTP_NTPD_ATOM_PPS
39
    bool "PPS support"
40
    depends on BR2_PACKAGE_NTP_NTPD
41
    select BR2_PACKAGE_PPS_TOOLS
42
    help
43
      Compile ntpd with the ability to use an ATOM PPS source.
44
​
45
config BR2_PACKAGE_NTP_NTPDATE
46
    bool "ntpdate"
47
    help
48
      The ntpdate utility program is used to set the local date and time
49
      from an NTP server given as an argument.
50
​
51
config BR2_PACKAGE_NTP_NTPDC
52
    bool "ntpdc"
53
    help
54
      The ntpdc utility program is used to query an NTP daemon about
55
      its current state and to request changes in that state.
56
​
57
config BR2_PACKAGE_NTP_NTPQ
58
    bool "ntpq"
59
    help
60
      The ntpq utility program is used to query NTP servers requesting
61
      information about current state and/or changes in that state.
62
​
63
config BR2_PACKAGE_NTP_NTPSNMPD
  • Git repository management for enterprise teams powered by Atlassian Bitbucket
  • Atlassian Bitbucket v6.7.2
  • Documentation
  • Request a feature
  • About
  • Contact Atlassian
Atlassian

Everything looks good. We'll let you know here if there's anything you should know about.