From ad85f22540f3216224efc4fd36d1ffbf54a1486e Mon Sep 17 00:00:00 2001 From: Christian Hesse Date: Tue, 22 Nov 2022 22:02:18 +0100 Subject: global-functions: $IsTimeSync: no cloud on x86 --- global-functions | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/global-functions b/global-functions index 52ecbed..aa20e4e 100644 --- a/global-functions +++ b/global-functions @@ -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; } -- cgit v1.2.3-54-g00ecf