summaryrefslogtreecommitdiffstats
path: root/rules/ntp.in
diff options
context:
space:
mode:
Diffstat (limited to 'rules/ntp.in')
-rw-r--r--rules/ntp.in19
1 files changed, 10 insertions, 9 deletions
diff --git a/rules/ntp.in b/rules/ntp.in
index db50eff02..cd5f1899c 100644
--- a/rules/ntp.in
+++ b/rules/ntp.in
@@ -1,16 +1,13 @@
-comment "NTP conflicts with OpenNTPD"
- depends on NTP && OPENNTPD
-
menuconfig NTP
- bool
+ bool
prompt "NTP "
select OPENSSL if NTP_CRYPTO
#depends on BROKEN
help
Build the standard NTP Daemon Process
- This conflicts with BSD openntpd.
+ This conflicts with BSD openntpd.
-# ----- Compile Options
+# ----- Compile Options
comment "Compile Options"
depends on NTP
@@ -73,9 +70,9 @@ config NTP_TICK_FORCE
FIXME: This item needs to be documented
config NTP_TICK
- int
- prompt "value for 'tick'"
- default 1
+ int
+ prompt "value for 'tick'"
+ default 1
depends on NTP && NTP_TICK_FORCE
help
FIXME: This item needs to be documented
@@ -214,3 +211,7 @@ config NTP_NTPQ
depends on NTP
help
FIXME: This item needs to be documented
+
+comment "NTP conflicts with OpenNTPD"
+ depends on NTP && OPENNTPD
+