You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At the moment the following configuration dictionary:
OpenWrt({'general': {'hostname': 'test'}})
generates the following output:
package system
config system 'system'
option hostname 'test'
option timezone 'UTC'
option zonename 'UTC'
Since timezone on OpenWRT defaults to UTC even if not specified, there's no need to automatically add timezone and zonename if the NetJSONtimezone is not specified.
The text was updated successfully, but these errors were encountered:
At the moment the following configuration dictionary:
generates the following output:
Since timezone on OpenWRT defaults to UTC even if not specified, there's no need to automatically add
timezone
andzonename
if the NetJSONtimezone
is not specified.The text was updated successfully, but these errors were encountered: