summaryrefslogtreecommitdiffstats
path: root/rules/chrony.in
diff options
context:
space:
mode:
authorMichael Grzeschik <m.grzeschik@pengutronix.de>2008-06-04 10:46:49 +0000
committerMichael Grzeschik <m.grzeschik@pengutronix.de>2008-06-04 10:46:49 +0000
commit9875da768c97e359a8911b062efafd43e8c99f21 (patch)
tree3837a3a41c495e79e0cf5894e44b9be05abdb2d6 /rules/chrony.in
parenta04bfaf9b27bbc0c6e79f02c5ede1335e7f13796 (diff)
downloadptxdist-9875da768c97e359a8911b062efafd43e8c99f21.tar.gz
ptxdist-9875da768c97e359a8911b062efafd43e8c99f21.tar.xz
* : tristate changes a-c.in
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@8293 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/chrony.in')
-rw-r--r--rules/chrony.in18
1 files changed, 8 insertions, 10 deletions
diff --git a/rules/chrony.in b/rules/chrony.in
index eff45eac7..caa65bc22 100644
--- a/rules/chrony.in
+++ b/rules/chrony.in
@@ -1,7 +1,8 @@
# chrony configuration
menuconfig CHRONY
- bool "Chrony "
+ tristate
+ prompt "chrony "
select READLINE
# FIXME: remove READLINE select when 1.21 works again.
help
@@ -17,11 +18,11 @@ menuconfig CHRONY
See http://chrony.sunsite.dk/ for details
+if CHRONY
+
comment "install options ---"
- depends on CHRONY
config CHRONY_INSTALL_CHRONY_COMMAND
- depends on CHRONY
bool
default n
prompt "Install chrony command helper"
@@ -33,7 +34,6 @@ config CHRONY_INSTALL_CHRONY_COMMAND
the chrony.keys file.
config CHRONY_INSTALL_CHRONY_STAT
- depends on CHRONY
bool
default n
prompt "Install chrony statistics helper"
@@ -57,10 +57,9 @@ config CHRONY_INSTALL_CHRONY_STAT
suppress all other servers
menuconfig CHRONY_INSTALL_CONFIG
- depends on CHRONY
bool
default y
- prompt "Install chrony config files"
+ prompt "Install chrony config files "
help
Install /etc/chrony/chrony.conf and /etc/chrony/chony.keys
from a selectable source.
@@ -87,7 +86,6 @@ menuconfig CHRONY_INSTALL_CONFIG
endchoice
config CHRONY_DEFAULT_ACCESS_KEY
- depends on CHRONY
string
prompt "setup default access key for chronyc"
default "undefined"
@@ -98,7 +96,6 @@ config CHRONY_DEFAULT_ACCESS_KEY
data, etc.
config CHRONY_DEFAULT_NTP_SERVER
- depends on CHRONY
string
prompt "setup default ntp peer"
default "10.1.1.2"
@@ -107,10 +104,9 @@ config CHRONY_DEFAULT_NTP_SERVER
configurations.
menuconfig ROOTFS_ETC_INITD_CHRONY
- depends on CHRONY
bool
default y
- prompt "Install startup script"
+ prompt "Install startup script "
help
The /etc/init.d/chrony script lets you control the chronyd daemon.
@@ -134,3 +130,5 @@ menuconfig ROOTFS_ETC_INITD_CHRONY
uses file projectroot/etc/init.d/chrony in your local
project
endchoice
+
+endif