From 91fb31e5fd08c0ae5f27f79ca74ce175c298e728 Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Sun, 12 Jan 2020 11:33:14 +0300 Subject: add default ntp configuration --- core/busybox/build | 3 +++ 1 file changed, 3 insertions(+) (limited to 'core/busybox/build') diff --git a/core/busybox/build b/core/busybox/build index 11f7c17b..e2f5cc32 100755 --- a/core/busybox/build +++ b/core/busybox/build @@ -36,3 +36,6 @@ install -Dm755 acpid.run "$1/etc/sv/acpid/run" install -Dm755 crond.run "$1/etc/sv/crond/run" ln -s /run/runit/supervise.acpid "$1/etc/sv/acpid/supervise" ln -s /run/runit/supervise.crond "$1/etc/sv/crond/supervise" + +# Install ntp config +install -Dm644 ntp.conf "$1/etc/ntp.conf" -- cgit v1.2.3