Config.in 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  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_NTPDC
  26. bool "ntpdc"
  27. depends on BR2_PACKAGE_NTP
  28. help
  29. The ntpdc utility program is used to query an NTP daemon about
  30. its current state and to request changes in that state.
  31. config BR2_PACKAGE_NTP_NTPQ
  32. bool "ntpq"
  33. depends on BR2_PACKAGE_NTP
  34. help
  35. The ntpq utility program is used to query NTP servers requesting
  36. information about current state and/or changes in that state.
  37. config BR2_PACKAGE_NTP_NTPTRACE
  38. bool "ntptrace"
  39. depends on BR2_PACKAGE_MICROPERL
  40. depends on BR2_PACKAGE_NTP
  41. help
  42. ntptrace is a perl script that uses the ntpq utility program to
  43. follow the chain of NTP servers from a given host back to the
  44. primary time source
  45. config BR2_PACKAGE_NTP_TICKADJ
  46. bool "tickadj"
  47. depends on BR2_PACKAGE_NTP
  48. help
  49. set time-related kernel variables