From 278a121fadd564ea189702b8d0ad9f2612c46eb1 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Mon, 16 May 2005 17:36:46 +0000 Subject: Add support for the openntpd package to buildroot. OpenNTPD is a free, easy to use implementation of the Network Time Protocol with a small footprint. It provides the ability to sync the local clock to remote NTP servers and can act as NTP server itself, redistributing the local clock. http://bugs.uclibc.org/view.php?id=257 --- package/openntpd/Config.in | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 package/openntpd/Config.in (limited to 'package/openntpd/Config.in') diff --git a/package/openntpd/Config.in b/package/openntpd/Config.in new file mode 100644 index 000000000..6567d354a --- /dev/null +++ b/package/openntpd/Config.in @@ -0,0 +1,8 @@ +config BR2_PACKAGE_OPENNTPD + bool "OpenNTPD" + default n + help + OpenNTPD is an easy to use implementation of the Network Time + Protocol. It provides the ability to sync the local clock + to remote NTP servers and can act as NTP server itself, + redistributing the local clock. It just works. -- cgit v1.2.3