diff options
author | Christian Hesse <mail@eworm.de> | 2022-11-22 22:02:18 +0100 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2022-11-22 22:24:59 +0100 |
commit | ad85f22540f3216224efc4fd36d1ffbf54a1486e (patch) | |
tree | 43644076682cf9c767a75475a4c2b5c1a6d0ecc0 | |
parent | ef7360453ff6b011e236e0adf3948719873c7040 (diff) |
global-functions: $IsTimeSync: no cloud on x86
-rw-r--r-- | global-functions | 5 |
1 files 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; } |