summaryrefslogtreecommitdiffstats
path: root/rules/ntp.in
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2016-09-02 13:56:47 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2016-09-02 13:57:26 +0200
commitde67cb6acf6a84d32a966af78d86c85309a479bc (patch)
tree48615f8423ebc6eb9b74217337a8aa59aea8d021 /rules/ntp.in
parent4ed183ce4346ec8d3c19bff8c30b688423b50be1 (diff)
downloadptxdist-de67cb6acf6a84d32a966af78d86c85309a479bc.tar.gz
ptxdist-de67cb6acf6a84d32a966af78d86c85309a479bc.tar.xz
ntp: remove duplicate depends
These options a are wrapped by 'if NTP' with is the same thing. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/ntp.in')
-rw-r--r--rules/ntp.in6
1 files changed, 0 insertions, 6 deletions
diff --git a/rules/ntp.in b/rules/ntp.in
index b8fdca23e..a1aa6d969 100644
--- a/rules/ntp.in
+++ b/rules/ntp.in
@@ -202,12 +202,10 @@ source "generated/networking_ntp.in"
# ---------- Install Options
comment "Install Options"
-depends on NTP
config NTP_NTPDATE
bool
prompt "install ntpdate"
- depends on NTP
help
ntpdate sets the local date and time by polling the Network
Time Protocol (NTP) server(s) given as the server arguments
@@ -216,7 +214,6 @@ config NTP_NTPDATE
config NTP_NTPD
bool
prompt "install ntpd"
- depends on NTP
depends on !BUSYBOX_NTPD || ALLYES
help
The ntpd program is an operating system daemon which sets and
@@ -241,7 +238,6 @@ config NTP_NTPD_SYSTEMD_UNIT
config NTP_NTPDC
bool
prompt "install ntpdc"
- depends on NTP
help
ntpdc is used to query the ntpd daemon about its
current state and to request changes in that state.
@@ -255,7 +251,6 @@ config NTP_NTPC_STARTSCRIPT
config NTP_NTPQ
bool
prompt "install ntpq"
- depends on NTP
help
The ntpq utility program is used to monitor NTP daemon ntpd
operations and determine performance.
@@ -263,7 +258,6 @@ config NTP_NTPQ
config NTP_NTPTIME
bool
prompt "install ntptime"
- depends on NTP
help
The ntptime utility program is used to read the kernel's NTP time
variables.