Config.in 293 B

123456789101112131415
  1. config BR2_PACKAGE_NTP
  2. bool "ntp"
  3. default n
  4. help
  5. Network Time Protocol suite/programs.
  6. Provides things like ntpd, ntpdate, ntpq, etc...
  7. http://www.ntp.org/
  8. config BR2_PACKAGE_NTP_SNTP
  9. bool "sntp"
  10. default n
  11. depends BR2_PACKAGE_NTP
  12. help
  13. Simple network time protocol program