diff options
-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; } |