summaryrefslogtreecommitdiffstats
path: root/rules/ntpclient.in
diff options
context:
space:
mode:
authorJuergen Beisert <j.beisert@pengutronix.de>2009-03-21 18:53:54 +0000
committerJuergen Beisert <j.beisert@pengutronix.de>2009-03-21 18:53:54 +0000
commit7c78ac8f2f3f4d26e5b17afd3adecad12562bbd0 (patch)
tree9bf4500fd3ea235b4be50bca28a5a57dfa2ea64e /rules/ntpclient.in
parent6f987dc94867ff02555d111b25fa8b4e9bec3a22 (diff)
downloadptxdist-7c78ac8f2f3f4d26e5b17afd3adecad12562bbd0.tar.gz
ptxdist-7c78ac8f2f3f4d26e5b17afd3adecad12562bbd0.tar.xz
* ntpclient
- update to a more recent version - clean up the rule file - adding more menu options git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@10134 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/ntpclient.in')
-rw-r--r--rules/ntpclient.in15
1 files changed, 15 insertions, 0 deletions
diff --git a/rules/ntpclient.in b/rules/ntpclient.in
index 39c4cf7fe..9611d031d 100644
--- a/rules/ntpclient.in
+++ b/rules/ntpclient.in
@@ -2,6 +2,7 @@
menuconfig NTPCLIENT
tristate
prompt "ntpclient "
+ select LIBC_RT if NTPCLIENT_BUILD_NTPCLIENT
help
ntpclient is a small and efficient client to the NTP protocol.
@@ -23,6 +24,20 @@ if NTPCLIENT
comment "build options ---"
+config NTPCLIENT_BUILD_DEBUG
+ bool
+ prompt "add debug output"
+ help
+ Make the program more noisy
+
+config NTPCLIENT_BUILD_REPLAY_OPTION
+ bool
+ prompt "add replay option"
+ help
+ Replay analysis code based on stdin. More intended for debugging.
+
+comment "install options ---"
+
config NTPCLIENT_BUILD_NTPCLIENT
bool
prompt "ntpclient"