summaryrefslogtreecommitdiffstats
path: root/rules/ntp.in
diff options
context:
space:
mode:
Diffstat (limited to 'rules/ntp.in')
-rw-r--r--rules/ntp.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/rules/ntp.in b/rules/ntp.in
index 55bf38b94..2d85c8fac 100644
--- a/rules/ntp.in
+++ b/rules/ntp.in
@@ -136,7 +136,7 @@ comment "BusyBox' ntpd is selected"
config NTP_NTPD_STARTSCRIPT
bool
default y
- depends on NTP_NTPD
+ depends on NTP_NTPD && INITMETHOD_BBINIT
prompt "install /etc/init.d/ntp-server"
config NTP_NTPD_SYSTEMD_UNIT
@@ -155,7 +155,7 @@ config NTP_NTPDC
config NTP_NTPC_STARTSCRIPT
bool
default y
- depends on NTP_NTPDC
+ depends on NTP_NTPDC && INITMETHOD_BBINIT
prompt "install /etc/init.d/ntp-client"
config NTP_NTPQ