From 6968933e29de9d4955abe60617d491b645134809 Mon Sep 17 00:00:00 2001 From: Anton Midyukov Date: Fri, 3 Sep 2021 21:25:11 +0700 Subject: [PATCH] ntp: fix add fallbck THE_NTPD_SERVICE use/ntp was broken by commit 7ef157e2b12a542922289c31b95797e12b54b54b --- features.in/ntp/config.mk | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/features.in/ntp/config.mk b/features.in/ntp/config.mk index ad0edd07..9a4f4b52 100644 --- a/features.in/ntp/config.mk +++ b/features.in/ntp/config.mk @@ -1,11 +1,10 @@ use/ntp: use/services use/pkgpriorities @$(call add_feature) + @$(call try,THE_NTPD,openntpd) @$(call add,THE_PACKAGES,$$(THE_NTPD)) @$(call add,PINNED_PACKAGES,$$(THE_NTPD)) + @$(call try,THE_NTPD_SERVICE,openntpd) @$(call add,DEFAULT_SERVICES_ENABLE,$$(THE_NTPD_SERVICE)) - @$(call try,THE_PACKAGES,openntpd) - @$(call try,PINNED_PACKAGES,openntpd) - @$(call try,DEFAULT_SERVICES_ENABLE,ntpd) use/ntp/client: use/ntp @$(call set,THE_NTPD,openntpd)