summaryrefslogtreecommitdiffstats
path: root/rules/ntp.in
diff options
context:
space:
mode:
authorRobert Schwebel <r.schwebel@pengutronix.de>2004-06-23 15:32:52 +0000
committerRobert Schwebel <r.schwebel@pengutronix.de>2004-06-23 15:32:52 +0000
commit2a9efdd9d65eb603f671345c3a270772db14db71 (patch)
treea3476a69486168d804d8f4fd15a11e1ed197fc1c /rules/ntp.in
parent32fb30b09fbd8c88d6960b7373d4eb31ccca21ac (diff)
downloadptxdist-2a9efdd9d65eb603f671345c3a270772db14db71.tar.gz
ptxdist-2a9efdd9d65eb603f671345c3a270772db14db71.tar.xz
add crypto dependency; add install option for ntpdate
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunk@1441 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/ntp.in')
-rw-r--r--rules/ntp.in19
1 files changed, 17 insertions, 2 deletions
diff --git a/rules/ntp.in b/rules/ntp.in
index 7df35b304..2a33f39d9 100644
--- a/rules/ntp.in
+++ b/rules/ntp.in
@@ -1,5 +1,3 @@
-# --- NTP main config ---
-
menu "NTP "
config NTP
@@ -7,6 +5,10 @@ bool
prompt "NTP"
default n
+# ----- Compile Options
+
+comment "Compile Options"
+
config NTP_CLOCKCTL
bool
prompt "Use /dev/clockctl for non-root time control"
@@ -133,6 +135,9 @@ prompt "use openssl"
default n
depends NTP && OPENSSL
+comment "crypto needs openssl"
+depends on !(NTP && OPENSSL)
+
config NTP_SNTP
bool
prompt "Build SNTP"
@@ -148,4 +153,14 @@ depends NTP
source "rules/ntp_parse.in"
source "rules/ntp_nonparse.in"
+# ---------- Install Options
+
+comment "Install Options"
+
+config NTP_NTPDATE
+ bool
+ prompt "install ntpdate"
+ default n
+ depends on NTP
+
endmenu