Config.in 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. config BR2_PACKAGE_NTP
  2. bool "ntp"
  3. help
  4. Network Time Protocol suite/programs.
  5. Provides things like ntpd, ntpdate, ntpq, etc...
  6. http://www.ntp.org/
  7. config BR2_PACKAGE_NTP_SNTP
  8. bool "sntp"
  9. depends on BR2_PACKAGE_NTP
  10. help
  11. Simple network time protocol program
  12. config BR2_PACKAGE_NTP_NTP_KEYGEN
  13. bool "ntp-keygen"
  14. depends on BR2_PACKAGE_NTP
  15. help
  16. Create a NTP host key
  17. config BR2_PACKAGE_NTP_NTP_WAIT
  18. bool "ntp-wait"
  19. depends on BR2_PACKAGE_MICROPERL
  20. depends on BR2_PACKAGE_NTP
  21. help
  22. ntp-wait waits until the locally running ntpd is in state 4
  23. (synchronized). This could be useful at boot time, to delay the
  24. boot sequence until after "ntpd -g" has set the time.
  25. config BR2_PACKAGE_NTP_NTPD
  26. bool "ntpd"
  27. depends on BR2_PACKAGE_NTP
  28. default y
  29. help
  30. ntpd is the time synchronization daemon keeping your local
  31. system date and time in sync and optionally serving time and date
  32. information on the network via the NTP protocol.
  33. config BR2_PACKAGE_NTP_NTPDATE
  34. bool "ntpdate"
  35. depends on BR2_PACKAGE_NTP
  36. help
  37. The ntpdate utility program is used to set the local date and time
  38. from an NTP server given as an argument.
  39. config BR2_PACKAGE_NTP_NTPDC
  40. bool "ntpdc"
  41. depends on BR2_PACKAGE_NTP
  42. help
  43. The ntpdc utility program is used to query an NTP daemon about
  44. its current state and to request changes in that state.
  45. config BR2_PACKAGE_NTP_NTPQ
  46. bool "ntpq"
  47. depends on BR2_PACKAGE_NTP
  48. help
  49. The ntpq utility program is used to query NTP servers requesting
  50. information about current state and/or changes in that state.
  51. config BR2_PACKAGE_NTP_NTPTRACE
  52. bool "ntptrace"
  53. depends on BR2_PACKAGE_MICROPERL
  54. depends on BR2_PACKAGE_NTP
  55. help
  56. ntptrace is a perl script that uses the ntpq utility program to
  57. follow the chain of NTP servers from a given host back to the
  58. primary time source
  59. config BR2_PACKAGE_NTP_TICKADJ
  60. bool "tickadj"
  61. depends on BR2_PACKAGE_NTP
  62. help
  63. set time-related kernel variables