mirror of
https://git.eworm.de/cgit/routeros-scripts
synced 2025-07-30 15:54:56 +02:00
global-functions: $IsTimeSync: no cloud on x86
This commit is contained in:
parent
ef7360453f
commit
ad85f22540
1 changed files with 3 additions and 2 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue