global-functions: $IsTimeSync: no cloud on x86

This commit is contained in:
Christian Hesse 2022-11-22 22:02:18 +01:00
parent ef7360453f
commit ad85f22540

View file

@ -445,8 +445,9 @@
:return false;
}
:if ([ /system/license/get ]->"level" = "free") do={
$LogPrintExit2 debug $0 ("No ntp client configured, relying on RTC for CHR free license.") false;
:if ([ /system/license/get ]->"level" = "free" || \
[ /system/resource/get ]->"board-name" = "x86") do={
$LogPrintExit2 debug $0 ("No ntp client configured, relying on RTC for CHR free license and x86.") false;
:return true;
}