ntp: fix add fallbck THE_NTPD_SERVICE

use/ntp was broken by commit 7ef157e2b1
This commit is contained in:
Anton Midyukov 2021-09-03 21:25:11 +07:00
parent 10b37d45f3
commit 6968933e29

View File

@ -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)