summaryrefslogtreecommitdiffstats
path: root/rules/ntpclient.in
diff options
context:
space:
mode:
authorBjoern Buerger <b.buerger@pengutronix.de>2005-07-26 12:54:29 +0000
committerBjoern Buerger <b.buerger@pengutronix.de>2005-07-26 12:54:29 +0000
commitad631d0641b3ba07fdc29605f7a2a642467ef1e7 (patch)
tree45b16d64f9803782efd0f9e674626aba5d330e89 /rules/ntpclient.in
parent0d21a45ebc8f92e58bd0ce3e072fe4bd06afe768 (diff)
downloadptxdist-ad631d0641b3ba07fdc29605f7a2a642467ef1e7.tar.gz
ptxdist-ad631d0641b3ba07fdc29605f7a2a642467ef1e7.tar.xz
2005-07-26 Bjoern Buerger <b.buerger@pengutronix.de>
* ntpclient: added; patch by David Updegraff git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.7-trunk@2979 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/ntpclient.in')
-rw-r--r--rules/ntpclient.in23
1 files changed, 23 insertions, 0 deletions
diff --git a/rules/ntpclient.in b/rules/ntpclient.in
new file mode 100644
index 000000000..07e58518b
--- /dev/null
+++ b/rules/ntpclient.in
@@ -0,0 +1,23 @@
+menu "ntpclient "
+
+config NTPCLIENT
+ bool
+ prompt "Compile ntpclient"
+ default n
+ help
+ ntpclient is a small and efficient client to the NTP protocol.
+
+ Description by Larry Doolittle:
+ ntpclient is an NTP (RFC-1305) client for unix-alike computers.
+ Its functionality is a small subset of xntpd, but IMHO performs
+ better (or at least has the potential to function better) within
+ that limited scope. Since it is much smaller than xntpd, it is
+ also more relevant for embedded computers.
+
+ ntpclient is Copyright 1997, 1999, 2000, 2003 Larry Doolittle,
+ and may be freely used and copied according to the terms of the
+ GNU General Public License, version 2.
+
+ See http://doolittle.faludi.com/ntpclient/ for details.
+
+endmenu