libasplib: add url to gcc bug report
[buildroot-gz.git] / package / openntpd / Config.in
blob1b856c03b8f932c8c0b7b4ebbca63142744f2419
1 config BR2_PACKAGE_OPENNTPD
2         bool "openntpd"
3         depends on BR2_TOOLCHAIN_HAS_THREADS_NPTL
4         depends on BR2_USE_MMU # fork ()
5         depends on !BR2_PACKAGE_NTP # conflicting binaries
6         help
7           OpenNTPD is an easy to use implementation of the Network Time
8           Protocol. It provides the ability to sync the local clock
9           to remote NTP servers and can act as NTP server itself,
10           redistributing the local clock. It just works.
12           http://www.openntpd.org/
14 comment "openntpd needs a toolchain w/ NPTL"
15         depends on BR2_USE_MMU
16         depends on !BR2_PACKAGE_NTP
17         depends on !BR2_TOOLCHAIN_HAS_THREADS_NPTL