mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH 1/1] bbinit: modify ntp clients default start order to 30
@ 2020-12-31  6:20 yd.zhang
  0 siblings, 0 replies; only message in thread
From: yd.zhang @ 2020-12-31  6:20 UTC (permalink / raw)
  To: ptxdist; +Cc: yd.zhang

ntp clients should be started after S26networking, the old
start order caused ntpclient to start fail.

Signed-off-by: yd.zhang <yd.zhang@ilabservice.com>
---
 rules/chrony-bbinit.in    | 2 +-
 rules/ntp-bbinit.in       | 4 ++--
 rules/ntpclient-bbinit.in | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/rules/chrony-bbinit.in b/rules/chrony-bbinit.in
index 831337fd5..eeb49572c 100644
--- a/rules/chrony-bbinit.in
+++ b/rules/chrony-bbinit.in
@@ -4,5 +4,5 @@ config CHRONY_BBINIT_LINK
 	string
 	depends on CHRONY_STARTSCRIPT
 	prompt "chrony"
-	default "S20chrony"
+	default "S30chrony"
 
diff --git a/rules/ntp-bbinit.in b/rules/ntp-bbinit.in
index 6076550ed..82340c8b8 100644
--- a/rules/ntp-bbinit.in
+++ b/rules/ntp-bbinit.in
@@ -4,11 +4,11 @@ config NTP_NTPD_BBINIT_LINK
 	string
 	depends on NTP_NTPD_STARTSCRIPT
 	prompt "ntp"
-	default "S20ntp-server"
+	default "S30ntp-server"
 
 config NTP_NTPC_BBINIT_LINK
 	string
 	depends on NTP_NTPC_STARTSCRIPT
 	prompt "ntpc"
-	default "S20ntp-client"
+	default "S30ntp-client"
 
diff --git a/rules/ntpclient-bbinit.in b/rules/ntpclient-bbinit.in
index 16d4506fa..de6c2a95a 100644
--- a/rules/ntpclient-bbinit.in
+++ b/rules/ntpclient-bbinit.in
@@ -4,5 +4,5 @@ config NTPCLIENT_BBINIT_LINK
 	string
 	depends on NTPCLIENT_STARTSCRIPT
 	prompt "ntpclient"
-	default "S20ntpclient"
+	default "S30ntpclient"
 
-- 
2.30.0


_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2020-12-31  6:20 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-31  6:20 [ptxdist] [PATCH 1/1] bbinit: modify ntp clients default start order to 30 yd.zhang

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox